Top "Wininet" questions

The Windows Internet (WinINet) API enables Windows applications to interact with FTP, and HTTP protocols to access Internet resources.

How can I download a huge file via TIdHTTP?

I use this code to download small files: Var ms:TMemoryStream; begin ms:=TMemoryStream.Create; Idhttp1.get('http://mydomain.com/…

delphi delphi-xe2 wininet indy10
WinInet HttpQuery Info returning Invalid Status Codes

I am working on a program that needs to check the existence of a page before it loads (so nothing …

c++ http wininet
Downloading Binary Files With Wininet

I am currently programming a simple program, I want to distribute to my friends. What I am trying to accomplish, …

c++ file download binary wininet
Override IP in HTTP Request

Looking for a way to issue an HTTPwebrequest, or use the browser control, or winhttp to make a request to …

c# c++ wininet
InternetReadFile not getting entire file

I have the following code to download some rss files from servers, but so far I'm just getting incomplete version …

c++ download wininet rich-internet-application
How to clear MSIE/WinInet cache programmatically?

I'm trying to clear out the WinInet cache using Win32 API - by invalidating the cache entries, or deleting them (…

winapi caching wininet