Back to product page
- Introduction
- License agreement
- Getting Started
- Objects
- Enumerations
- wodHttpDLX
- Methods
- Properties
- Authentication
- AutoRedirect
- BindIP
- Blocking
- CertErrors
- Certificate
- Compression
- Hostname
- HTTPversion
- IgnoreCertErrors
- KeepAlive
- LastError
- LastErrorText
- LocalCertBag
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- ProxyAuthentication
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- Request
- Response
- Secure
- Socket
- SSLCipherList
- State
- Timeout
- URL
- UseIPv6
- Version
- Events
- wodHttpNotify
- HttpCookie
- HttpCookies
- HttpHeader
- HttpHeaders
- HttpRequest
- HttpRequestFormPost
- HttpRequestFormUpload
- HttpResponse
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Getting Started in ASP
Working with the COM object and ActiveX control
Remarks
Working with the COM object In order to insert wodHttpDLX COM object in your project, follow these steps: 1. Install the component on your system by starting its setup program. 2. Go to Inetpub/wwwroot folder and create new, or open existing ASP page 3. Add code similar to this initialize wodHttpDLXCom<%
dim Http1
set Http1 = Server.CreateObject("WeOnlyDo.wodHttpDLXCom.1")
Http1.Blocking = 1
Http1.LicenseKey = "xxxx...xxxx"
Http1.URL = "http://www.weonlydo.com"
Http1.Get
...
Response.Write(Http1.Response.Body)
%>
Error Type:
WeOnlyDo.wodHttpDLXCom.1 (0x800A9C3F)
License key missing. You can not use this component in design environment.
/http.asp, line 9