即使我添加了
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。
我在这里缺少什么?