There is usually more info in the log than 'Error running translation'.
Why is your url looking like this https:\\/\\/blabla.bla\\/bla
My urls normaly look like thisk https://blabla.bl/bla
You are sending an X-Auth-Token so you probably need to be logged in to download the data? Is the X-Auth-Token the only thing or do you need to send cookies? Or other parameters? Do you need an GET or POST request?
If you past the URL in a clean private browsing window and press enter do you still get the file? Then sending X-Auth-Token is probably not needed.
I guess we need more information to solve the problem, but maybe others download files from USGS all the time and have all the settings you need.
Thank You,
I get URL looking like this https:\\/\\/blabla.bla\\/bla from another HTTPCaller, which gave me information about satellite image that I want to download.
I changed https:\\/\\/blabla.bla\\/bla to https://blabla.bl/bla and it's work !
Cheers