- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @Ramaswami
First change the http.method to POST then
try removing these 3 headers from your request.
http.header["grant_type"] = "password";
http.header["username"] = "abc.com;
http.header["password"] = "PaneL321!@";
According to the official trust pilot documentation, It is only accepting the authorization header,content Type and the Form data.
Also, you can refer to this documentation for additional troubleshooting: https://developers.trustpilot.com/authentication
Let me know if that works.
Thanks,
Views
Replies
0 Likes
Total Likes