Question

we have a strange problem.

Our Grails App works fine, and can be opened in various browsers, despite the Built in Google Browser at Android. If I try to open the app I always get an 401 Error. No Exception is thrown.

Everything works fine in other browsers (like Chrome or Opera).

Was it helpful?

Solution

Are you by any chance redirected to login/authAjax?
In that case you are probably experiencing http://jira.grails.org/browse/GPSPRINGSECURITYCORE-197
This happens because the browser for some reason sends X-Requested-With (with value "com.android.browser") even if it's not an ajax request.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top