Ticket #261 ( Closed )

Short Description Need to know the URL sent by the browser
Entered By: Sandro When: 1999-03-02 07:39:33 Build: 1.03.07A
Categories Type: Question   Department: Product   Category: Missing Product Feature
Description
For tracing purposes, we need to know the exact form of the last URL string sent by the browser. We haven't found any way to obtain this information in the documentation.
Append By: WindSurfer  When: 1999-03-02 11:18:29  New Status: Pending Customer
Comment What kind of tracing are you interested in?

You can perform HTTP logging by specifying an HTTP root log file name in the Console Settings Page along with a "file change frequency".

In build 1.3.28, we have added a Task.HttpURL variable, which you can both read and write in any SurferScript text expression, such as:

 <!-- Save the current URL in the LastURL variable -->
 <TESET LastURL=Task.HttpURL>

The latest/best build of 1.3.28 is at: ftp://ftp.ieinc2.com/pub/surfer/T1_3_28T.zip.