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.
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20939122.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21404571.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_22067572.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_24435885.htm...
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):
<%
'==================================================================...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21396926.htm...
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)
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20417187.html
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, ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20584306.html
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...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_21480839.html
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.
...
http://www.experts-exchange.com/Programming/Theory/Software-Design/Q_22085157.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22581803.ht...