yet-another-rest-client icon indicating copy to clipboard operation
yet-another-rest-client copied to clipboard

Payload Content-Type

Open paulhitz opened this issue 9 years ago • 2 comments

If a user wishes to specify a payload type other than "application/json", then the user has to manually enter a content-type header in the headers section.

Can we improve this experience? E.g. provide a dedicated dropdown for the content-type? While still keeping the UI simple.

paulhitz avatar Dec 10 '15 14:12 paulhitz

Need to test with...

  • multipart/form-data
  • urlformencoded etc.

paulhitz avatar Dec 30 '15 23:12 paulhitz

I came here to ask about application/x-www-form-urlencoded. Is this supported by YARC? I'm not even all that concerned about whether it's easy; just whether I can do it at all.

prdoyle avatar Nov 22 '17 15:11 prdoyle