You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2019. It is now read-only.
Putting the below JSON in post.json and submitting it via curl -H "Content-Type: application/json" -X POST https://live.stellar.org:9002 -d - < post.json gets a response containing "Unable to parse request". If I remove all of the new lines and indentation, it works.
I suggest using curl -H "Content-Type: application/json" -X POST https://live.stellar.org:9002 -d @post.json to avoid issues. I'll look into possible problem with parsing.
Putting the below JSON in
post.json
and submitting it viacurl -H "Content-Type: application/json" -X POST https://live.stellar.org:9002 -d - < post.json
gets a response containing "Unable to parse request". If I remove all of the new lines and indentation, it works.The text was updated successfully, but these errors were encountered: