heroku / urinception

Data URIs over HTTP
MIT License
14 stars 7 forks source link

How to input data on Heroku #17

Open rferizoli opened 3 weeks ago

rferizoli commented 3 weeks ago

Hi,

I’ve deployed the app on Heroku, but whenever I press open app I just get:

Parameter 'uri' must be present and in RFC 2397 form

I’m not sure how to input the uri

Thanks!

IMG_8846 IMG_8848

mars commented 2 weeks ago

As shown in the README, make an HTTP POST request to the app, body containing the data to be encoded, with a Content-Type header set to match the data type sent in the body.