如果从 WordPress 博客调用,则无法从 Servlet 获得响应

发布于 2024-10-10 00:22:28 字数 196 浏览 3 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

他不在意 2024-10-17 00:22:28

看起来像是跨域问题,servlet 和您的 WordPress 博客的 url 是什么?

Looks like a cross domain issue what are the urls for servlet and your wordpress blog?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文