在 Android 中发送 OPTIONS 请求不起作用
我正在尝试将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了答案。它正在工作。我只是没有在正确的地方寻找我的回应。我正在查看从 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.