如果从 WordPress 博客调用,则无法从 Servlet 获得响应
我在 WordPress 中有一个博客,其中有一个调用 javascript 的链接,该链接调用了我在 Web 应用程序中编写的 servlet。 单击链接后,我无法从该 servlet 获得响应。 我的博客在 apace2 服务器上运行,而 Web 应用程序驻留在其他服务器上的 apache tomcat 上。 是跨域兼容性问题还是我需要在wordpress中进行一些设置?
I am having a blog in wordpress which has a link on which javascript is invoked which gives a call to a servlet of mine written in my webapplication.
I am unable to get response from that servlet after clicking on the link.
My blog is running on apace2 server and the webapplication resides on apache tomcat on other server.
Is it a cross domain compatability issue or i need to do some setting in wordpress??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来像是跨域问题,servlet 和您的 WordPress 博客的 url 是什么?
Looks like a cross domain issue what are the urls for servlet and your wordpress blog?