MarketSquare / robotframework-requests

Robot Framework keyword library wrapper for requests
http://marketsquare.github.io/robotframework-requests/
MIT License
481 stars 279 forks source link

The x-www-form-urlencoded Client authentication failed #373

Closed mayaugusto7 closed 1 year ago

mayaugusto7 commented 1 year ago

Hello guys!

I saw the examples in link https://github.com/MarketSquare/robotframework-requests/blob/master/atests/testcase.robot , but not working for me.

I send a request using Postman is work normally.

I am using RED IDE, when run a robot test,
the response is body={"error_description":"Client authentication failed","error":"invalid_request"}, but credentials and url are correct.

Has anyone had this problem?

lucagiove commented 1 year ago

I think the problem is specific of your request. You better ask in RF forum.