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.
バックエンドで ajax を使用して wcf サービスを呼び出しています。バックエンドには Windows 認証があります。IE では正常に動作しますが、Google Chrome では動作しません。エラーはステータス コード 401 の「Unauthorized」です。
ajax呼び出しとともに認証の詳細を送信する方法は?
ありがとうございました。
安全な Web サイトを持っている場合にできる 1 つの方法は、ユーザー名とパスワードを Web サービスの URL に入れることです。
例えば:
https://username:password@mywebsite.com/webservice.svc/