winhttprequest
How to test WinHTTP POST locally
I have a requirement to send some data to a 3rd party listener via POST.I\'ve written a database trigger to send via WinHTTP but I\'ve never done this before.How can I set up a POST listener and send[详细]
2023-03-21 10:01 分类:问答WinHTTPRequest.ResponseText not returning the full HTML?
I tried to use WinHTTP Request to retrieve a webpage (HTTPS website) in VB.Net and for som开发者_运维问答e reason it was only returning the partial HTML, is there any length restriction on the number[详细]
2023-03-13 21:47 分类:问答WinHttp doesn't work when hostname doesn't contains www. (error 12029)
I am testing this winhttp example from http://msdn.microsoft.com/en-us/library/aa384270%28v=vs.85%29.aspx[详细]
2023-03-07 01:44 分类:问答Getting an IStream from an OleVariant
I am using Delphi along with WinHTTP to do an HTTP request to download some files from the internet, and I can do the request but I don\'t know how to get the IStream from the OleVariant that is retur[详细]
2023-02-09 03:11 分类:问答httpwebrequest using a pfx?
I\'d like to reproduce the following chunk of vbscript using C#. sURL = \"https://server/service.dll\"[详细]
2023-01-24 21:01 分类:问答Post Method + WinHttpRequest + multipart/form-data
I\'m stumped why this doesn\'t work can\'t seem to find any problems. Here is the code. Public Const MULTIPART_BOUNDARY = \"speed\"[详细]
2023-01-19 16:34 分类:问答Perform HTTP Post from within Excel and Parse Results
I have access to an API.The API takes an XML post as input and then returns an XML response with the relevant data.[详细]
2022-12-13 07:58 分类:问答Windows 7: Automatic Logon Policy not working for winhttp API VB6 activeX control
I\'m using WinHttp to do POSTs in a VB6 activeX control as follows Set WinHttpRe开发者_开发问答q = New WinHttpRequest[详细]
2022-12-13 00:19 分类:问答Do I really need to register WinHttp on Windows Server 2008 before using WinHttpRequest.5.1?
Basically I think this is a bug in Windows Server 2008, but I am not a COM ninja so it seems equally likely that I\'m just doing something dumb. The question is: bug or programmer error?[详细]
2022-12-09 21:42 分类:问答