Guest hg1 Posted November 4, 2004 Posted November 4, 2004 please add basic authentication support to URLDownloadToFile.
Matt @ MPCS Posted November 4, 2004 Posted November 4, 2004 What kind of basic authentication are you looking for? The basic authentication can be done using "http://username:password@mywebaddress" (e.g. "http://joeblow:default1597@www.securewebsite.com"). You would implement that as the URL string. What else do you need?*** Matt @ MPCS
Guest hg1 Posted November 5, 2004 Posted November 5, 2004 please add basic authentication support to URLDownloadToFile.<{POST_SNAPBACK}>if username is abc/un/us,so url ishttp://abc/un/us:password@1.2.3.4/mydoc.docit can not download
this-is-me Posted November 5, 2004 Posted November 5, 2004 Don't you mean abc\un\us instead? that would be a type of domain login I think. Who else would I be?
Guest hg1 Posted November 6, 2004 Posted November 6, 2004 Don't you mean abc\un\us instead? that would be a type of domain login I think.<{POST_SNAPBACK}>basic authentication
piccaso Posted November 7, 2004 Posted November 7, 2004 try %2F instead of /http://abc%2Fun%2Fus:password@1.2.3.4/mydoc.docbtw: who needs login names containing / anyway? CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map
Guest hg1 Posted November 7, 2004 Posted November 7, 2004 try %2F instead of /http://abc%2Fun%2Fus:password@1.2.3.4/mydoc.docbtw: who needs login names containing / anyway?<{POST_SNAPBACK}>not working.it's not in IE or download software, %2F will be a part of username.
Guest Py7|-|[]/\/ Posted November 10, 2004 Posted November 10, 2004 I like it the way it is. Talk about handy. It's perfect for copying and learning from other people's HTML or Javascript. Even some Perl ()0
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now