HTTP/1.1 400 Bad Request
Access-Control-Allow-Headers: Authorization, Content-Type, Accept, X-Mashape-Authorization
Access-Control-Allow-Methods: GET, PUT, POST, DELETE, OPTIONS
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Connection: keep-alive
Content-Length: 137
Content-Type: application/json
Date: Sun, 02 Nov 2014 22:27:51 GMT
Etag: "*************************************"
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Server: Mashape/5.0.5
X-Ratelimit-Requests-Limit: 12500
X-Ratelimit-Requests-Remaining: 12487
X-Ratelimit-Uploads-Limit: 1250
X-Ratelimit-Uploads-Remaining: 1238
{
"data": {
"error": "Image format not supported, or image is corrupt.",
"request": "/3/image",
"method": "POST"
},
"success": false,
"status": 400
}
What I doing wrong? Checked the CURL from terminal, but without success.
When I uploading image from internet it works OK.