Top "Wininet" questions

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

How to send a HTTP POST Request in Delphi using WinInet api

I am trying to make HTTP Requests from Delphi using the WinInet functions. So far I have: function request:string; …

delphi http post request wininet
how to contruct HttpSendRequest method of WININET

I have dummy web service with URI =http://localhost/IO_100_Service.svc/xml?id={id} which return data in XML …

visual-c++ wininet
Dev C++ Wininet Upload file using HTTP

I want to upload "C:\test.txt" to webserver, when I am running program, file is not uploading and I …

c++ http file upload wininet
How to send HTTPS request using WinInet?

I want to send HTTPS GET request using WinInet. As far as i know, i should do it just like …

winapi visual-c++ https request wininet
Detect an internet connection activation with Delphi

I've been using a 3G wireless card for a while and every time I connect, my anti-virus fires up the …

delphi winapi wininet internet-connection
Clearing IE Cache Programmatically vs InetCpl.cpl,ClearMyTracksByProcess

I have an application hosting the webbrowser control which clears the cache (regularly) using the code example provided my microsoft: …

wininet
How to send a HTTP Post Request in Delphi 2010 using WinInet

I want to send a HTTP Post Request in Delphi 2010 using WinInet, but my script doesn't work ;/ It's my Delphi …

delphi http post wininet
InternetOpenUrl only returns after entire HTTP response is downloaded

I am writing a download file utility using WinINET, and have noticed (especially on large downloads), that the WinINET InternetOpenUrl() …

c++ winapi http wininet
Download URL Contents Directly into String (VB6) WITHOUT Saving to Disk

Basically, I want to download the contents of a particular URL (basically, just HTML codes in the form of a …

api winapi vba vb6 wininet