web-server – IIS 7.5 Web日志中的OPTIONS方法到底是什么?

web-server – IIS 7.5 Web日志中的OPTIONS方法到底是什么?,第1张

概述我知道什么是GET和POST,但谷歌几乎不可能选择OPTIONS这个词.这是我所看到的(我删除了最后的所有内容): 11/23/11 0:02:13 10.100.0.14 GET /CUpdate2.cshtml _=132200653349511/23/11 0:02:13 10.200.0.10 OPTIONS /Assignm 我知道什么是GET和POST,但谷歌几乎不可能选择OPTIONS这个词.这是我所看到的(我删除了最后的所有内容):
11/23/11    0:02:13 10.100.0.14         GET       /CUpdate2.csHTML  _=132200653349511/23/11    0:02:13 10.200.0.10         OPTIONS   /AssignmentCount  _=132200657679811/23/11    0:02:13 10.200.0.10         GET       /media/faxSound.wav   -11/23/11    0:02:13 10.200.0.10         GET       /Star/StarUpdates _=132200657872911/23/11    0:02:13 10.100.0.10         GET       /CUpdate2.csHTML  _=1322006533268
解决方法 查看 this W3 Spec第9.2节:

The OPTIONS method represents a request for information about the communication options available on the request/response chain IDentifIEd by the Request-URI. This method allows the clIEnt to determine the options and/or requirements associated with a resource,or the capabilitIEs of a server,without implying a resource action or initiating a resource retrIEval.

This blog post也值得一读.

总结

以上是内存溢出为你收集整理的web-server – IIS 7.5 Web日志中的OPTIONS方法到底是什么?全部内容,希望文章能够帮你解决web-server – IIS 7.5 Web日志中的OPTIONS方法到底是什么?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1129826.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存