Back to product page

Trace method


Initiates loopback trace on remote server.

Type

None

Syntax

  • Basic
object.Trace [Request]
The Trace(object,Request) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpDLX.
RequestOptional. A Variant value. Holds ful URL to resource on the server.

Remarks

When a server receives a request with the Trace method, it should generate a response document containing all received data. This method is primarily used for debugging purposes.

Trace allows the client to see what is being received at the other end of the request chain (for example, if proxy server(s) are used). If a server received this request, it should respond with Status 200 (OK) response.

Platforms

Windows