I am using ajax to call a wcf service in backend. Backend has windows authentication. It works fine in IE but it is not working in Google Chrome. It says the error is "Unauthorized" with status code of 401.
How to send the authentication details along with the ajax call?
Thank you.