Back to product page

URI property


Holds URI of resource that should be fetched.

Type

A String value

Syntax

  • Basic
object.URI [= value]
The URI(object,value) syntax has these parts:
objectAn expression evaluating to an object of type HttpRequest.
valueA 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.

Platforms

Windows