-
Notifications
You must be signed in to change notification settings - Fork 2k
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
URL Parse error after upgrading to 9.3 #7603
Comments
We are looking into this issue. |
Same. Any ETA on the fix? |
Thanks for the feedback. Closing as this was fixed in 9.3.1 |
Not sure if its this bug resurfacing, or a different bug, but I am encountering this error when I attempt to put a file to an s3 signed upload URL, and have a pre request/post response script. It does not trigger if there are no scripts. |
@deefdragon can you update to latest 9.3.3 and try again? If it still happens, we will look into this again. |
I did just test on 9.3.3 and encountered it yes. |
Finally found a solution and working on this now. |
The fix will be shipped with v11. |
Expected Behavior
API calls should be allowed if the URI contains '@'
Actual Behavior
Unable to make API calls if the URI has special character like @
Throws exception new Url(): failed to parse auth in url ${urlStr}
Ex: https://youdomain/api/validateuser/[email protected]
Reproduction Steps
Example
Ex: https://youdomain/api/validateuser/[email protected]
Is there an existing issue for this?
Additional Information
Insomnia Version
9.3
What operating system are you using?
Windows
Operating System Version
Windows 11
Installation method
windows msi
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: