I need to download a HTTP url, and the server requires a username and password. However it does not offer https access, only http, so the 'Security' tab of the HTTP action is set to 'None'. (I'm mentioning this because I'm not sure if the username & password authentication are also used when using *no* security protocol?)
I've isolated a test case, see attachment. I'm trying to download this test url:
http://rand0mized.co.cc/test/cat.jpg
(username = user, password = example)
The .bld says "Error getting file: The specified resource cannot be found (Not Found)" although it works fine in my browser.
I'm probably not using the HTTP action correctly, what am I doing wrong?