ajax - firebug 网络监视器选项

标签 ajax post get firebug options

我在执行 AJAX 请求时遇到问题。我看到的是 OPTIONS,而不是在操作页面 url 之前看到正常的 POST 或 GET。数据已成功发布,但操作页面没有响应。 OPTIONS 表示什么?

最佳答案

"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."



source

关于ajax - firebug 网络监视器选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1478622/

相关文章:

php - 我想连同 304 响应一起发送哪些 header ?

json - 从 Angular 2 中的 json 文件获取数据

php - 在 php 中打开其他 URL 以便在用户完全看到其他内容时打印它(在后台打印)

浏览器中的 AJAX 命令行界面

javascript - Codeigniter Ajax 发布 : Always Return Same Data

ajax - 将 JSON 对象列表发送到 Spring MVC Controller

PHP 发布并获取值到 jQuery 框页面,刷新页面为 `msnbc.com`

http - 我的 reCAPTCHA 验证请求不断收到 "invalid-site-private-key"

swift - 如何使用 Alamofire (swift) 执行帖子以获取安全 token 作为返回值

javascript - 来自浏览器的带有正文的异步 GET 请求