wininet
How to Prevent dialog (Basic Authentication prompt) during call of Webservice
In a delphi program (running as a service) i need to call some webservices. The calls works fine if basic Authentications is not requerired. The calls also works fine if Basic Authentication is requer[详细]
2022-12-20 18:02 分类:问答Why does GetLastError() return different codes during debug vs "normal" execution?
try { pConnect = sess->GetFtpConnection(ftpArgs.host, ftpArgs.userName, ftpArgs.password, port, FALSE );[详细]
2022-12-18 19:49 分类:问答How do I wrap CFtpFileFind example, in C++?
Trying to wrap this short example in C++. (and its been a while since I did this). int main(int argc, char* argv[])[详细]
2022-12-18 14:23 分类:问答WinInet C++ ftp template?
Starting from scratch, would like to create an ftp application using WinInet. Looking for a real basic example in C++ that will compile and get me started.[详细]
2022-12-18 03:16 分类:问答FtpOpenFile returns nil instead of file handle when uploading
I\'m 开发者_StackOverflow社区transferring a file using ftp in Delphi. I am able to connect to the ftp account ok but when I try and upload a file the[详细]
2022-12-16 12:32 分类:问答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 a URL, but override the IP address it connects to from the DNS lookup to a specif开发者_JAVA百[详细]
2022-12-15 18:35 分类:问答WinInet and SOAP
Hoi, I tried to create a soap request using the WinInet API, however 开发者_如何学运维adding headers with SOAP etc seems to fail. Is this a known issue or can WinInet not be used for SOAP?[详细]
2022-12-15 14:20 分类:问答Asynchronous request using wininet
I have already used wininet to send some synchronous HTTP requests. Now, I want to go one step further and want to request some content asynchronously.[详细]
2022-12-15 05:24 分类:问答Simple wrapper function for WinInet post (in Delphi)
Here is a way to do an HTTP post using Indy, in one line, more or less: Response := FIdHttp.Post(URL, StringStream);[详细]
2022-12-14 15:02 分类:问答Does WinAPI::InternetCheckConnection put a load on the server?
Our program calls InternetCheckConnection every 2 seconds to test whether the program is connected to our server.[详细]
2022-12-14 03:53 分类:问答