Open lohsie opened 6 years ago
When I use cordova-httpd and access it via the InAppBrowser plugin and access a page in the internet which is creating a redirect to the cordova-httpd localhost (127.0.0.1), the URL parameter are lost.
The redirect Url is http://127.0.0.1/oauth?token=123, the Url which is called is http://127.0.0.1/
How can the url parameters be enabled?
Thanks, Chris
When I use cordova-httpd and access it via the InAppBrowser plugin and access a page in the internet which is creating a redirect to the cordova-httpd localhost (127.0.0.1), the URL parameter are lost.
The redirect Url is http://127.0.0.1/oauth?token=123, the Url which is called is http://127.0.0.1/
How can the url parameters be enabled?
Thanks, Chris