floatinghotpot / cordova-httpd

Embed tiny web server into Cordova with a plugin
284 stars 149 forks source link

Server is loosing URL Parameter on redirect to cordova-httpd #67

Open lohsie opened 6 years ago

lohsie commented 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