Domanda

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

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top