Hi everybody,
I’m having an issue setting up an API Post request with the content type: application/x-www-form-urlencoded.
I’ve managed to get the API to work in Postman using the body format option for x-www-form-urlencoded. However, this isn’t an option in Bubble.
Furthermore, using Postman the API still runs correctly when the body type is set to Raw and the variables are separated by “&”, however, when copying and pasting the exact body from Postman, Bubble still fails.
Does anybody have any suggestions? I’ve gone round in circles so many times now.
So summarise, has anybody had success with the application/x-www-form-urlencoded format. If so, how’d you manage it?
Thank you