laravel 5.3 APIが設定されました
リーリーこのようにアクセスするとプロンプトが表示されますXMLHttpRequest cannot load http://xingao.5188cms.com/api/user. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8100' is therefore not allowed access.
、クロスドメインの問題のようですが、postmanを使用してデータを正常に取得できます
リンクを一つに変更しましたhttp://xingao.5188cms.com/test.php
まだ動作しませんXMLHttpRequest cannot load http://xingao.5188cms.com/test.php. Request header field authorization is not allowed by Access-Control-Allow-Headers in preflight response.
リンクを/test.json
に変更しましたが、機能します
それでは、その理由は何でしょうか? 。 。 。
laravel 5.3 APIが設定されました
リーリーこのようにアクセスするとプロンプトが表示されますXMLHttpRequest cannot load http://xingao.5188cms.com/api/user. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8100' is therefore not allowed access.
、クロスドメインの問題のようですが、postmanを使用してデータを正常に取得できます
リンクを一つに変更しましたhttp://xingao.5188cms.com/test.php
まだ動作しませんXMLHttpRequest cannot load http://xingao.5188cms.com/test.php. Request header field authorization is not allowed by Access-Control-Allow-Headers in preflight response.
リンクを/test.json
に変更しましたが、機能します
それでは、その理由は何でしょうか? 。 。 。
Access-Control-Allow-Origin
クロスドメインの問題
これはブラウザの制限です