dyne / restroom-mw

🛠 Easy REST API builder executing Zencode
https://restroom.dyne.org
GNU Affero General Public License v3.0
3 stars 11 forks source link

"http": when doing a failed GET or a POST to an endpoint, return the error message #118

Open andrea-dintino opened 2 years ago

andrea-dintino commented 2 years ago

Right now, when restroom-mw fails to do a REST, the only output printed is "error 500". It should also print the full error from the endpoint

puria commented 2 years ago

Is this still relevant?