27
Views
5
Comments
Solved
[ArdoHTTP] ArdoHTTP not working in ODC
Question
ArdoHTTP
Forge asset by OutSystems Labs

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.

2025-08-11 01-24-41
Azli Amirul Ehsan Bin Razali
Solution

Just to update this, I duplicate the component and change the code to ensure it works again.

2015-12-10 21-59-38
Rob Mooijman

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.

2025-08-11 01-24-41
Azli Amirul Ehsan Bin Razali

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

2019-01-07 16-04-16
Siya
 
MVP

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.

2025-08-11 01-24-41
Azli Amirul Ehsan Bin Razali

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.


2025-08-11 01-24-41
Azli Amirul Ehsan Bin Razali
Solution

Just to update this, I duplicate the component and change the code to ensure it works again.

2015-12-10 21-59-38
Rob Mooijman

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.

2025-08-11 01-24-41
Azli Amirul Ehsan Bin Razali

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.