skip to Main Content

PHP Curl POST data is not sent

curl -X 'POST' 'https://www.test.com/dosomething -H 'accept: application/json' -H 'Authorization: Basic value_for_basic_authentication -H 'Content-Type: application/json' -d '{ "type": "limit", "quantity": "10", "price": „1“, "strictValidate": false }' This is the command which is working fine on command line This should be now…

VIEW QUESTION
Back To Top
Search