Hello All,
I have a question with regard to how can I block the requests from the mobile webview on my server side. In Android, requests from WebViews get a header HTTP_X_REQUESTED_WITH which is set to the package name of the application. Although this can be overridden, so it would be possible to hide to the server that we are making request using a WebView. I don't know any other default way to make this.
Any recommendation ?