質問

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

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top