654
Views
2
Comments
Solved
[ardoHTTP] Binary Download
Question
ardohttp
Service icon
Forge asset by João Barata

Is there a way to use the ardoHTTP module to retrieve binary files? The response is always Text and there is no option to get Binary Data.

GetRequest_Submit in HTTPRequestHandler returns BinaryContent. Unfortunately I have not found a way to add the Username and Password to this the way you can with HTTPGet in ardoHTTP.

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Solution

Hi Steven. Have you tried using a REST service instead of the ardoHTTP? You can use basic authentication (although you need to construct the Authorization header), and you can map the output to a binary data.

2018-10-19 15-56-23
Steven F. Schmidt

Thanks Leonardo, that worked! I was able to get the binary file using a REST API call.

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