This question is locked. New answers and comments are not allowed.
Hi
I try connect to restricted area (htpasswd auth) of my site via
$.ajax( {
url: "http://login:password@my.site.com/restricted"
})
construction
All works excellent in simulator but Android client get 401 response with same login and password
Looks like missed permissions or something other stuff but I can't fugure it out
Help please!
I try connect to restricted area (htpasswd auth) of my site via
$.ajax( {
url: "http://login:password@my.site.com/restricted"
})
construction
All works excellent in simulator but Android client get 401 response with same login and password
Looks like missed permissions or something other stuff but I can't fugure it out
Help please!