You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello ,
Is it possible to send HTTP POST request with JSON(application/json) as content type ?
I am trying to send HTTP Post request to an API, Please take a look at the code below :
Api Expects POST values as JSON and Content type as "application/json", but when I run the above code , I get error 400
Where am I making the mistake ?