|
-
October 17th, 2014, 07:00 AM
#16
Re: Access a username/password protected url through C++
checking presense of a file "sort of" requires you to read it with HTTP. it might work with just the "HEAD" verb rather than the "GET" verb, but it depends which http server software you're using.
WinInet requires DLL's as well, but they're preinstalled on all versions of windows since Win2000. on something before Win2000 it won't work.
But your app will also need other system dlls, so self contained.. yes, if that's what you mean.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|