Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to clear "${QUERY_STRING}" #1

Open
roughnecks opened this issue Sep 6, 2024 · 2 comments
Open

how to clear "${QUERY_STRING}" #1

roughnecks opened this issue Sep 6, 2024 · 2 comments

Comments

@roughnecks
Copy link

Hello,

I'm trying loxy behind nginx and it works ok, but whenever I run a CGI, the "${QUERY_STRING}" remains in the URL, even if I'm clicking on a clean gemini link afterwards.

Any way to remove it?

Thanks!

@roughnecks
Copy link
Author

A friend said it could be this:

builder.Path = uri.PathAndQuery;

After you click a URL with ?query, all the other gemini URLs in html have ?query appended.

@roughnecks
Copy link
Author

I just fixed this myself with a JS workaround, but a proper fix would be welcome.
Any answer would also be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant