We are using ArdoHTTP in ODC, and it seems our authorization header value is not working. It’s working fine in O11.
We sent authorisation token through our Header as below, but we are still getting Unauthorized and Access token is empty.
Just to update this, I duplicate the component and change the code to ensure it works again.
Could you explain what the solution is? Good that it is solved for you, but the post that is marked as the solution is not a solution.
We duplicated the component code, did some minor change, and re-release a new version on our own. Basically, the issue we found is on the error handling code where it catch an error that it shouldn't have. I can share the code if you want
Please test your calls by sending to an echo service and see if all parameters are send correctly eg: https://echo.free.beeceptor.com this will echo back your data. Compare this with either Postman or with OS 11 calls.
Hi Siya,
I've tested with postman and receive the headers successfully
"headers": { "Host": "echo.free.beeceptor.com", "User-Agent": "PostmanRuntime/7.43.0", "Accept": "*/*", "Accept-Encoding": "gzip, deflate, br", "Authorization": "Bearer XXX", "Consistencylevel": "eventual", "Postman-Token": "544c5521-1bf3-4b0a-8225-dd01c9a0da04" },
However, if I use ArdoHTTP, it doesnt send the Authorization token as below result.