You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user should be able to click the link and be taken to: https://cdn.example.org/images/?Signature=jPI4vsvTXQbf4~ym1gFMLHkHV3vW7kSPuMK0zyeSmRt4u0VOj4~6k~jc3zBevf9801xmwMa7o5AA
Actual Behavior
Only https://cdn.example.org/images/?Signature=jPI4vsvTXQbf4 will be underlined and open in the browser if clicked. (Resulting in the user going to the wrong page.)
Reproduction Steps
Send a request to a URL that will return a JSON response with a URL in it, which contains a tilde. (~)
For example:
GET /SethFalco/4300f1a75c3e7d5dab4ca90656a362ae/raw/da9461934a7e53a3ac15e6b03a67a573a14092d4/boop.json HTTP/1.1Host: gist.githubusercontent.com
Added the unreserved character ~ and the reserved characters '(), to the URL matching regex since these can appear without being URL encoded.
This should fixKong#4705 and improve detection of URLs.
Added the unreserved character ~ and the reserved characters '(), to the URL matching regex since these can appear without being URL encoded.
This should fixKong#4705 and improve detection of URLs.
Expected Behavior
For example, if the response is:
The user should be able to click the link and be taken to:
https://cdn.example.org/images/?Signature=jPI4vsvTXQbf4~ym1gFMLHkHV3vW7kSPuMK0zyeSmRt4u0VOj4~6k~jc3zBevf9801xmwMa7o5AA
Actual Behavior
Only
https://cdn.example.org/images/?Signature=jPI4vsvTXQbf4
will be underlined and open in the browser if clicked. (Resulting in the user going to the wrong page.)Reproduction Steps
Send a request to a URL that will return a JSON response with a URL in it, which contains a tilde. (~)
For example:
Is there an existing issue for this?
Additional Information
No response
Insomnia Version
2022.2.1
What operating system are you using?
Other Linux
Operating System Version
Linux seth-pc-tux 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux
Installation method
Snap
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: