Forum Discussion
Hello Rao,
I am using "SoapUI 5.2.1".
Concern:
I am using "Content type: application/x-www-form-urlencoded"
Example Request including the API key
curl -i https://sonar.fonix.io/v2/sendsms \
-H X-API-KEY:test_BYZNk5YUBMLfowSOQTUuqq3t \
-d ORIGINATOR=84988 \
-d NUMBERS=447111222333 \
-d BODY=Hello+World
Content-type: application/x-www-form-urlencoded
Please check attached image for SoapUI responce
Even the same result is seen using curl, do you see different?
So the question - is the key valid?
- TestersSolution8 years agoNew Member
Even same problem I am facing. How to convert raw payload to x-www-form-urlencoded format . Please suggest
- soapuitester9998 years agoOccasional Contributor
Postman does automatically converts the raw data to url encoded. Is there a way to do the same in ReadyAPI?
- Preerab6 years agoOccasional Contributor
Hey guys, any luck on getting to know the format to be sent for 'application/x-www-form-urlencoded' ??
HAving same issue on getting token by passing body with below format
grant_type=client_credentials&client_id=123456&client_secret=789000
Even tried with single annd double quotes for variables and no luck.
Aprreciate quick help
Related Content
Recent Discussions
- 15 years ago