Enter Keywords:
1 - 10 of 36(0 seconds)
Sort By:
 
I need help with WinHTTP.  I am trying to pull tote board data from UsOfftrack.com.  from the url http://65.116.75.195/link2tote/main.aspx you can navigate to relevant data for tracks in the us. ...
Zones: Visual BasicDate Answered: 04/20/2004 Rating: 8.2 Views: 0
1) I am using WinHTTP 5 to fetch an image from the network 2) Then I do this:                   Dim MyBytes() As Byte           MyBytes = objWinHTTP.ResponseBody 3) Now, I want to save t...
Zones: Visual BasicDate Answered: 04/28/2005 Rating: 9.4 Views: 4
I've worked a lot with web services where I use WinHTTP or XMLHTTP to POST a request and then grab the response, parse the data, etc.  Now I'm working with a feature of eBay called Platform Notific...
Zones: ASPDate Answered: 11/21/2006 Rating: 6.6 Views: 0
Hi, Where can I find a good Documentation for the WinHttp Options (not the MSDN Site)? I need a Site where I can find the option Numbers (winHttp.Option(0), winHttp.Option(2), ...) what you can se...
Zones: ASPDate Answered: 05/26/2009 Rating: 6.4 Views: 0
I am using WinHTTP to access images from a remote location. What I am trying to do is this (but it doesn't work): <%             '==================================================================...
Zones: ASPDate Answered: 04/21/2005 Rating: 8.6 Views: 0
I need to be able to fetch a file from a website using HTTP, cater for SSL, proxy usage and authentication.  It will look like the following HTTPgetFle(FileURL, ASCIIorBinary, Name, Id, pwd) ...
Zones: Visual BasicDate Answered: 06/28/2003 Rating: 6.0 Views: 12
Hi all, I am trying to use WinHTTP with Delphi 6. I have windows 2000pro After I imported the WinHTTP 5.1 using "Import type library" successfully,This is what I did: uses   Windows, Messages, ...
Zones: Delphi ProgrammingDate Answered: 01/26/2004 Rating: 7.2 Views: 9
Has anyone successfully used WinHTTP with PowerBuilder?  I do not know whether or not to use the C++ interface or the COM interface.  I suspect that I need to use the COM interface, but I would lik...
Zones: PowerBuilderDate Answered: 07/08/2005 Rating: 9.0 Views: 0
Which would be better to use for developing an HTTP proxy server? I want to develop a proxy for blocking ads and malware in C++ and MFC.  I don't know how to choose between WinHTTP and WinInet. ...
Zones: Software DesignDate Answered: 12/06/2006 Rating: 8.2 Views: 6
Has anyone used winhttp to grab information from a secure certificate? I'd like to write it in vb (com) or vbscript. I have an ASP page that needs to verify the authenticity of a certificate before...
Zones: VB Script, ASP, Visual BasicDate Answered: 05/23/2007 Rating: 9.0 Views: 0