Django-API-Playground icon indicating copy to clipboard operation
Django-API-Playground copied to clipboard

Support raw POST/PUT data

Open treyhunner opened this issue 12 years ago • 1 comments

I use an API that accepts raw PUT and POST data as input. It would be helpful if a textarea field could be used to send raw JSON data in the request body.

treyhunner avatar Nov 09 '12 20:11 treyhunner

Agreed. Also it would be nice if it supported sending the form data as multipart/form-data instead of JSON.

Timmmm avatar Apr 06 '13 19:04 Timmmm