Discussions
Trouble using API with request body "x-www-form-urlencoded"
almost 3 years ago by Caroline Cerbelaud
I want to execute a POST API that has in its header "Content-Type: application/x-www-form-urlencoded". I have to send the information in the body which format is neither XML neither JSON but x-www-form-urlencoded
I cannot find how to make it work in the API section of Laiye, but I am able to run it in Postman
Can you help ?