httpbin icon indicating copy to clipboard operation
httpbin copied to clipboard

Support post method for base64

Open Meir017 opened this issue 5 years ago • 0 comments

I some cases I would like to test large HTML pages where the base64 encoded string can be too long for the browser url.

sending the value in a post request would solve this something like this:

POST https://httpbin.org/base64

the-base64-encoded-value

Meir017 avatar Jun 17 '20 13:06 Meir017