krogold
8 years agoRegular Contributor
how to send a post request with x-www-form-urlencoded (adaptation from postman request)
 Hello, 
 I'm working with ReadyAPI 2.5.0 
 I have a problem into integrating a postman request in my project. I tried to import but it didn't do anything. 
   
 I try to convert a Postman request int...
- 8 years ago
my mistake, sorry
I had configured an Authorization to the request, by default, with my environment so it provoked the error.
If I modifiy Autorization to "no authorization" it works.
To do so I configure all my body's data as parameters and I set the "Post QueryString" tickbox, I also configure a header Content-Type = application/x-www-form-urlencoded
It works fine.
sorry for disturbing
Alex