HTTP client processor failing Oauth 2.0 validation [closed]
Hi team!
I have a workflow which use the HTTP Client as origin and the HTTP Client as processor later on. Both of them connect to the same API to make different calls, both of them have Oauth 2.0 as authentication.
The first one calls the API and receives the answer without issues, the second one is giving me the following error when validating: "HTTP_21 - OAuth2 authentication failed. Please make sure the credentials are valid."
I have created a new pipeline to test the second call with a HTTP Client as origin and it works as expected. I have also tested the call in Postman to make sure the API is not giving me problems.
Am i missing something i should take care of or know when ussing HTTP client processor? Thanks in advance for your help! Regards.