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).

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top