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

Keep URL query even if it's empty. /? #1844

Closed
qithron opened this issue Jan 7, 2023 · 2 comments
Closed

Keep URL query even if it's empty. /? #1844

qithron opened this issue Jan 7, 2023 · 2 comments

Comments

@qithron
Copy link

qithron commented Jan 7, 2023

Basically, "http://127.0.0.1/?" or "http://127.0.0.1/img.jpg?" has special meaning in my server.
The problem is, when i open /? through i2p site, my local server got / request. I2P remove trailing ?.
But if I open /??, it work as expected. Can I2P keep /? request?

for now i use /?? request

@Vort
Copy link
Contributor

Vort commented Jan 7, 2023

Does this also happen when using a SOCKS proxy?

@qithron
Copy link
Author

qithron commented Jan 9, 2023

socks proxy? I can't get it to work.

Actually, I give up on /? :) so nevermind, I use something else. Thanks.
my tunnels.conf

[http-site]
#type = http
type = server
host = 172.31.255.2
port = 8080
keys = http-site.dat

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

No branches or pull requests

3 participants