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
I have a URL something like this https://some-website/id=?<<secret>>&ip=<<1234>>, after generating the code snippet the out is like this https://some-website/id=?%3C%3Csecret%3E%3E=&ip=%3C%3C1234%3E%3E so I guess the decoding is not happening here
The text was updated successfully, but these errors were encountered:
I have a URL something like this
https://some-website/id=?<<secret>>&ip=<<1234>>
, after generating the code snippet the out is like thishttps://some-website/id=?%3C%3Csecret%3E%3E=&ip=%3C%3C1234%3E%3E
so I guess the decoding is not happening hereThe text was updated successfully, but these errors were encountered: