View Single Post
  #1  
Old 09-28-2009, 08:45 AM
Rogier Rogier is online now
Registered User
 
Join Date: 09-09-2004
Location: the Netherlands
Posts: 40
Downloading http url with username & password?

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?
Attached Files
File Type: bld example.bld (650 Bytes, 965 views)
Reply With Quote