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
Posting "Type JSON" with Key->Value fields cuts values with multiple slashes to single slash. "abc/////abc" becomes "abc/abc".
Posting "Custom" with a JSON body doesnt suffer from this behavior.
Tested with Wireshark.
The text was updated successfully, but these errors were encountered:
Posting "Type JSON" with Key->Value fields cuts values with multiple slashes to single slash. "abc/////abc" becomes "abc/abc".
Posting "Custom" with a JSON body doesnt suffer from this behavior.
Tested with Wireshark.
The text was updated successfully, but these errors were encountered: