RESTED icon indicating copy to clipboard operation
RESTED copied to clipboard

Payload Conversion on switching Request Type

Open AppliedEllipsis opened this issue 5 years ago • 0 comments

If you switch the request type from JSON to Custom to URL encoded, it would be nice if the values from the previous option get translated to the new option. If I'm on JSON and switch to custom, I'd like to see a formatted JSON object. If I switch from URL Encoded to Custom, I'd like to see the header splits, etc. If I switch from Custom to another, I'd like it to try to detect and convert the payload to the other formats ( only basic detection, look for encoding blocks, try/catch for json decode, etc)

AppliedEllipsis avatar Feb 05 '21 16:02 AppliedEllipsis