I want to implement an Android client for my service. The service is written in java using Spring Security. Authorization and client communication with the server through the Rest API. Interested in the next question. If you use WebView in Activity and access the server URL, will I be transferred to the authorization page?
- For a redirect in WebView described here stackoverflow.com/questions/4066438/… - ravikwow
- @ravikwow The question was not whether the authorization page would open through the App or the browser, most likely I didn’t ask the question correctly. I’m interested in, if I log in to the App via the REST API and inside the application I’ll access the server via the url from WebView, will the server look at me as an authorized user or not? - Andriy Dzigar
|