Q1140020: Is it possible to send HTTP POST requests using your component?
Yes this is possible. Just set the 'UsePost' property to TRUE, and fill the 'PostData' property with the data you want to send. You could also have a look at the Manual, HTTP-POST section.
ActiveSocket > HTTP
Q1140030: Which protocols are supported using HTTPS ?
The following security protocols are supported using HTTPS: SSL2.0, SSL3.0 and TLS1.0 including support for client certificates.
ActiveSocket > HTTP
Q1140040: Which authentication schemes can be used by password protected websites and proxy servers?
The following authentications schemes are supported:
Basic
Digest
NTLM
Negotiate
Kerberos
Microsoft Passport
ActiveSocket > HTTP
Q1140100: Is there some kind of tracing possible with ActiveSocket? I want this for troubleshooting purposes.
You can use the 'LogFile' property of the Http object, to enable ActiveSocket's trace option.
If you need further logging, you can enable the logging option of the WinHTTP library of the OS. You can do this by using the 'winhttptracecfg.exe' resource utility: WINHTTPTRACECFG.EXE -e 1 - l c:\temp\winhttptrace.log
ActiveSocket > HTTP
Q1140200: I Want to send the HTTP requests through a proxy server. Can I use the Microsoft Internet Explorer connections settings for this?
No, the Http object makes use of the WINHTTP libraries which do not support these settings. You have to specifiy the setting either manually using the 'ProxyServer', 'ProxyAccount' or 'ProxyPassword' or using the 'proxycfg.exe' system tool.
ActiveSocket > HTTP
Q1140210: Can I use an alternate port to access the proxy server?
You can specify the port number directly after the hostname of the proxy server in the 'ProxyServer' property like this: proxy.introweb.nl:3128.
ActiveSocket > HTTP
Q1140220: How can I show read HTTP Header of the web site I am connecting to?
Please read the following document: www.activexperts.com/activsocket/tutorials/httpheaders.
ActiveSocket > HTTP
| Error codes |
|---|
| Click here to view the full list of error codes |