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
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
I am testing this winhttp example from http://msdn.microsoft.com/en-us/library/aa384270%28v=vs.85%29.aspx
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
I\'d like to reproduce the following chunk of vbscript using C#. sURL = \"https://server/service.dll\"
I\'m stumped why this doesn\'t work can\'t seem to find any problems. Here is the code. Public Const MULTIPART_BOUNDARY = \"speed\"
I have access to an API.The API takes an XML post as input and then returns an XML response with the relevant data.
I\'m using WinHttp to do POSTs in a VB6 activeX control as follows Set WinHttpRe开发者_开发问答q = New WinHttpRequest
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?