Error: URL using bad/illegal format or missing URL
See original GitHub issueExpected Behavior
Hey, when I have “Automatically encoded special characters in URL” unchecked I seem to be getting an error when using a space " " inside the URL Error: URL using bad/illegal format or missing URL
- This never used to happen in Insomnia and I’ve been using it for years, this was the primary reason I’ve been using insomnia is the ability to easily control and malform requests for my security work. It should still make the request using the unencoded space character.
Actual Behavior
It returns an error: Error: URL using bad/illegal format or missing URL
Reproduction Steps
Use any URL with a space " " and make sure you have “Automatically encoded special characters in URL” unchecked
Is there an existing issue for this?
- I have searched the issue tracker for this problem.
Additional Information
No response
Insomnia Version
2022.1.1
What operating system are you using?
macOS
Operating System Version
macOS Monterey 12.1
Installation method
Download via website
Last Known Working Insomnia version
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
bash - CURL error "URL using bad/illegal format or missing ...
When I'm trying to execute script below and getting error: "curl: (3) URL using bad/illegal format or missing URL"
Read more >Curl bad URL (3) - Unix & Linux Stack Exchange
... provokes that specific error from curl : $ curl $'http://localhost/somepath\r' curl: (3) URL using bad/illegal format or missing URL.
Read more >curl: (3) URL using bad/illegal format or missing URL - Reddit
curl: (3) URL using bad/illegal format or missing URL. On Windows machine, I am trying to download Kali Linux .ISO file using Curl....
Read more >curl: `URL using bad/illegal format or missing URL` - HAMY
I was browsing some API documentation and copied / pasted the curl example into my terminal. After doing that I got an error:...
Read more >FTP Caller causes URL using bad/illegal format or missing URL
FTP Caller causes URL using bad/illegal format or missing URL. I am trying to upload a file to my ftp server but keep...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @unreleased, follow-up to what @johnwchadwick mentioned above, we’ve released the fix for this issue in our latest beta (2022.3.0-beta.2).
Thank you for reporting this, feel free to report any other issues you come across 👟 😉
Thanks for the quick response and fix!