B
Bill Wood
Guest
Can you compare the authenticationModel you used on the browser with the one in mobile. (Are they both using basic or form?). The debugger in chrome can help you compare the successful vs unsuccessful requests. Other things I have seen are - http vs HTTPS (where the PASOE instance has different configurations for the two ports) - CORS issues with simulator (but I don't think you would see an HTTP status of 401 if that were the issue).
Continue reading...
Continue reading...