Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web サイト aaa.com に AJAX 対応の WCF サービスがあり、次のようなコードを使用してこのサービスのクライアント側を呼び出します。
mySVC.MakeBooking(somedata, onSucccess, onFailed, null);
これは私にとって完璧に機能します。私の質問は、悪意のある Web サイト bbb.com から誰かが私のサーバーにこの呼び出しを行うことができるか、それともサービス ドメイン固有のものですか?