winhttp
How to use WinHTTP library for kerberos (windows integrated) authentication
There is a server running on linux box which understand kerberos, which also process SPNEGO and understands only kerberos but it does not understand NTLM[详细]
2023-01-30 16:38 分类:问答WinHTTP Error Invalid URL
How do you specify a URL with path for example: http://stackoverflow.com/questions. 开发者_C百科The following works but not with the URL specified above in example.[详细]
2023-01-30 04:03 分类:问答Continue WinHTTP connection after write shutdown
I\'m using WinHTTP to send data to a web server script and in some cases I need the server to kill the incoming data (as it is not required) but still return a response to the client app. I\'m using s[详细]
2023-01-26 14:17 分类:问答How do I upload a zip file via HTTP post using VBA?
This question has been asked many times by others in some form or another but most remained unanswered or the given answer is \"Use C#, duh!\", which incidentally, is a non-answer. ;-)[详细]
2023-01-20 05:39 分类:问答Is there a standard Windows dialog for obtaining the proxy username and password?
I\'m using WinHTTP to write an an app that needs access to the internet, and is potentially behind a proxy. Everything works (almost) out of the box is the user is on a domain, but if he or she isn\'t[详细]
2023-01-19 00:22 分类:问答Set IP preference in WinHTTP (c++)
I have a code that is using WinHTTP on Windows 7. The problem i\'m experiencing is that the connction to specific hostname takes a long time when the user tries to use an IPv6 address (that is disabl[详细]
2023-01-10 08:20 分类:问答Are there any complete examples of using winhttp in C on windows?
I can find tons of examples in C++, but nothing that\'s written in just C. I am trying to connect to an http server, download the returned data, and then save it to a file. Is there a better way to do[详细]
2023-01-05 20:05 分类:问答Upload file via HTTP from VBA (WinHTTP)
I\'m trying to (HTTP) upload a binary file programmatically from within VBA. I intend to put an ASPX page on the server to accept the file and certain additional parameters.[详细]
2022-12-28 12:26 分类:问答How to give ASP.NET access to a private key in a certificate in the certificate store?
I have an ASP.NET application that accesses private key in a certificate in the certificates store. On Windows Server 2003 I was able to use winhttpcertcfg.exe to give private key access to the NETWOR[详细]
2022-12-26 01:25 分类:问答Win32: What is the status of chunked encoding support in WinHttpReadData?
The documentation for WinHttpReadData says, regarding HTTP\'s chunked transfer coding: Starting in Windows Vista and Windows Server 2008, WinHttp enables applications to perform chunked transfer enco[详细]
2022-12-24 05:54 分类:问答