httpbin
httpbin copied to clipboard
Support post method for base64
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