wininet
How to send image data with HttpSendRequest?
I want to send an image using HttpSendRequest API. Basically I want to Post the request with some string parameters and after those params I need to send raw image data.[详细]
2023-01-03 10:54 分类:问答How to send a HTTP Post Request in Delphi 2010 using WinInet [duplicate]
This question already has answers here: How to send a HTTP POST Request in Delphi using WinInet api (3 answers)[详细]
2023-01-02 21:09 分类:问答Unable to query proxy "Automatically Detect Settings" on windows 7
I am trying to capture proxy setting (\"Automatically Detect Settings\"). My code works on XP and Vista.[详细]
2022-12-31 04:05 分类:问答Which accessType should I use when calling InternetOpen?
According to the MSDN, you can specify an access type parameter to InternetOpen. Two of the options for the dwAccessType parameter are:[详细]
2022-12-30 20:48 分类:问答Getting authentication token after a HttpSendRequest
The following code will log in my application to a server. That server will return an authentication token if the login is successful. I need to use that token to query the server for information.[详细]
2022-12-28 05:04 分类:问答Soap Delphi Client end with a timeout for a 1MB call
we are developing a SOAP webservice (Apache/PHP). All run w开发者_运维百科ell for small size calls, but with a 1Mb soap call (the HTTPS call size is 1MB) our Delphi Soap client stop with a timeout on[详细]
2022-12-27 08:06 分类:问答HttpSendRequest not getting latest file from server
I am having an issue with my HTTP requests in my app, such that if the remote file is the same size as the local file (even though its modified time is different, as its contents have been changed), a[详细]
2022-12-26 23:17 分类:问答Problem with FtpFindFirstFile
I want to download all file from ftp directory iwant use for that FtpFindFirstFile and FtpGetFile; LPWIN32_FIND_DATA FileData;[详细]
2022-12-24 09:47 分类:问答Call server with WinInet and WinHTTP
I have a request that works fine when I use the WinInet API. I now want to make that request with the WinHTTP API as I already use it in my project and as it is simply better. My request is used for c[详细]
2022-12-22 14:17 分类:问答Getting redirect information with C# and C++
What am I doing wrong? I\'m trying to get redirect information from a server that I use for authenticating a user. This works good with my C# code but I cannot make my C++ code working.[详细]
2022-12-22 04:33 分类:问答