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
URI property
Holds URI of resource that should be fetched.
Type
A String valueSyntax
- Basic
object.URI [= value]
The URI(object,value) syntax has these parts:
The URI(object,value) syntax has these parts:
object | An expression evaluating to an object of type HttpRequest. |
value | A String value. |
Remarks
URI (shorter than URL) is the location of a document on a remote server. It contains the complete path and document name, without information about the protocol or hostname. If left blank, default "/" is used. For example:-
/index.html /users/joe.zip /order/payment.cgi?CreditCard=123.