在 Android 中发送 OPTIONS 请求不起作用

发布于 2025-01-06 14:00:58 字数 184 浏览 1 评论 0原文

我正在尝试将 OPTIONS 请求从我的 Android 应用程序发送到我的 Windows 2008 Server Web 服务(这是一个 .net Web 服务)。我正在使用 SSL,但很难让它发挥作用。我真的需要确切地知道我的标题应该是什么样子。我知道我不发送正文,我只需要知道要发送什么。我真的需要一个例子,而不是一个只是谈论某些事情的人的链接。

I am trying to send an OPTIONS request from my android application to my Windows 2008 Server webservice (which is a .net webservice). I am using SSL, and am having difficulty getting this to work. I really need to know exactly what my headers should look like. I know I don't send the body, I just need to know what to send. I really need an example not a link to someone just talking about some things.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

以歌曲疗慰 2025-01-13 14:00:58

我找到了答案。它正在工作。我只是没有在正确的地方寻找我的回应。我正在查看从 Soapbuilder 类获得的最终响应,并且在返回之前删除了标头。我实际上正在返回正确的选项标题。

I found the answer. It was working. I just wasnt looking in the right place for my response. I was looking at the final response that I get from my Soapbuilder class, and I am stripping out the headers before returning. I is actually giving the right options headers back.

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