2016-04-13 12 views
0

私のlocalhost porject .htaccessファイルに、CORS ajaxを有効にするためのこれらの行があります。しかし、私はまだ次のエラーが表示されます:クロスドメインajaxライブからローカルホストが動作しない

XMLHttpRequest cannot load http://localhost/myapp/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://somdomain.com' is therefore not allowed access. 


#Header add Access-Control-Allow-Origin "*" 
#Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type" 
#Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS" 

どのような助けもありがとうございます。

答えて

1

制限はありません。サーバーが動作している限り、完全に動作する必要があります。

関連する問題