no_proxy does not support multiple entries
Expected Behavior
We still see in Insomnia 11.6.1 that no_proxy does not support multiple entries delimited with a comma (,).
For example: .domain.com,localhost .domain.com,.localhost .domain.com,127.0.0.1
Actual Behavior
It goes to the forward http proxy regardless for all entries, if we add any additional entry.
Existing issue that was closed as resolved, but is is not resolved #8215
Reproduction Steps
See example values for no_proxy:
.domain.com,localhost .domain.com,.localhost .domain.com,127.0.0.1
Is there an existing issue for this?
- [x] I have searched the issue tracker for this problem.
Which sync method do you use?
- [ ] Git sync.
- [ ] Insomnia Cloud sync.
- [x] Local only
Additional Information
No response
Insomnia Version(s)
11.6.0, 11.6.0
What operating system are you using?
Other Linux
Operating System Version
Ubuntu 22.04
Installation method
wget from official GitHub repo
Last Known Working Insomnia version
No response
See example screenshot from older version 11.6.0, same issue, same behaviour
same issue with multiple entries. I must put a full URL because sub domaine are note working at all.
I hope this can be addressed soon
Any update?