wodHttpDLX ActiveX Control - Trace Method
      
 

Description

Initiates loopback trace on remote server.


Return Type

None  


Syntax

object.Trace [Request]



The Trace Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodHttpDLX.
Request Optional. 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.