Troubleshooting of curl errors: Difference between revisions

Jump to navigation Jump to search
m
Tags: Mobile edit Mobile web edit
Line 46: Line 46:
When I tried to POST JSON (as payload) but met the error message: "Error 415 Unsupported Media Type"
When I tried to POST JSON (as payload) but met the error message: "Error 415 Unsupported Media Type"


Solution: Set the cUrl with the header {{kbd | key=<nowiki>Content-Type: application/json</nowiki>}}<ref>[https://stackoverflow.com/questions/11087872/php-curl-post-returns-a-415-unsupported-media-type PHP cURL POST returns a 415 - Unsupported Media Type - Stack Overflow]</ref>
Solution: Set the cUrl with the header {{kbd | key=<nowiki>Content-Type: application/json</nowiki>}}<ref>[https://stackoverflow.com/questions/11087872/php-curl-post-returns-a-415-unsupported-media-type PHP cURL POST returns a 415 - Unsupported Media Type - Stack Overflow]</ref> Example syntax of cUrl command as following:


<pre>
<pre>
Anonymous user

Navigation menu