-
Notifications
You must be signed in to change notification settings - Fork 875
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
Error running httpx with '%' character in path #331
Comments
@shelld3v |
I tried it too |
@shelld3v Now non-ascii characters are supported with
|
@ehsandeep Hi I think I still have some problems with this. I tried
And it didn't work:( |
@ehsandeep Thanks for your response, I don't know why with httpx v1.1.1 I was able to do |
@shelld3v can confirm, it works as expected with paths but not with direct input. |
@shelld3v should be fixed in the latest release. |
Hi I believe I'm facing the same issue with nuclei, can you re-check? |
@shelld3v please open a new issue on Nuclei project with an example template, that will help to track the issue along with fix. |
Example
Working:
httpx -l list -path /hell
Quitting:
httpx -l list -path /%hell
This issue is similar to a bug I found in gobuster
The text was updated successfully, but these errors were encountered: