谷歌reCaptcha,尽管服务器配置正确,但不允许使用HTTP OPTIONS

时间:2018-04-13 14:52:21

标签: ajax apache cors http-headers

即使我添加了

Header set Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
Header add Access-Control-Allow-Methods "OPTIONS"

到我的apache2服务器配置并使用http://www.webconfs.com/http-header-check.php服务验证了新配置,我得到了

405 Method Not Allowed 
对Google的reCaptcha服务的Ajax POST请求出现

错误。 POST根据CORS规范转换为OPTIONS。

我在这里缺少什么?

0 个答案:

没有答案