localtunnel.net icon indicating copy to clipboard operation
localtunnel.net copied to clipboard

Query parameters are lost

Open a-stankevich opened this issue 2 years ago • 2 comments

Using localtunnel.net 1.0.4 with latest localtunnel-server docker image.

Query parameters from URL are not passed to the HTTP server when forwarding thorugh localtunnel:

image

Parameters are visible in localtunnel-server logs:

image

Works when sending request directly:

image

a-stankevich avatar Aug 15 '22 10:08 a-stankevich

https://github.com/angelobreuer/localtunnel.net/blob/feat/server/src/Localtunnel.Server/TunnelInformation.cs#L72 this needs to include querystring

a-stankevich avatar Aug 15 '22 11:08 a-stankevich

Thank you, I pushed a new docker image with the changes to include the query string

angelobreuer avatar Aug 21 '22 14:08 angelobreuer

Stale

angelobreuer avatar Sep 03 '22 21:09 angelobreuer

This is fixed now, thank you!

a-stankevich avatar Sep 10 '22 15:09 a-stankevich