Using JQuery, how would I call a JSONP API that required basic authentication?
Can I programatically handle this, or does the user have to interact and enter the username and password into the logon dialog?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The JSONP request does not use the XMLHttpRequest Object / System. Hence there is no way to do this directly.
I tried several times the approach mentioned in FinnNk’s answer, but finally gave up after reading this discussion on the JQuery mailing list.
Update
When I said “no way to do this directly”, what I meant is: