You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make a POST with URL encoded params and I have followed the guide, but it doesnt work. Executed it from cURL it works as expeted, but transforming it to HTTPBuilder doesn't work.
Code from cURL:
curl -X POST -u "user:pass" https://bitbucket.org/site/oauth2/access_token -d grant_type=client_credentials
Hi all,
I want to make a POST with URL encoded params and I have followed the guide, but it doesnt work. Executed it from cURL it works as expeted, but transforming it to HTTPBuilder doesn't work.
Code from cURL:
Code made with HTTPBuilder:
With the former code the response is "Bad request" while with cURL the response is as expected.
Is anything missed in the HTTPBuilder configuration?
Thanks in advance!
Regards,
Miguel.
The text was updated successfully, but these errors were encountered: