josdejong / jsoneditor

A web-based tool to view, edit, format, and validate JSON
http://jsoneditoronline.org
Apache License 2.0
11.58k stars 2.04k forks source link

Save to url not working #1083

Open trading-developer opened 4 years ago

trading-developer commented 4 years ago

Error: 405 405 Method Not Allowed

405 Method Not Allowed


josdejong commented 4 years ago

Saving a document to an URL requires the backend where you want to sent the document to support this. The "Save to url" popup explains this:

Enter a public url of a server.

When clicking Save, an HTTP POST request will be send to the selected url with the JSON document as body. The url must not require authentication and must have CORS enabled.