Hi, thanks for your reply.

The problem is not with tsung-recorder .xml log. Tsung can not work as 
transparent proxy, and I need to rewrite requests to absoluteURI.

The usual tsung setup:

|client(proxy settings)|
          V
          V (absoluteURI) GET http://example.com/test.html
          V
       |tsung|
          V
          V 
          V
    |example.com|
      

I want to setup something like this:

|client (no proxy settings)|
          V
          V  Host: recorder.example.com
          V  GET /test.html
          V
      |haproxy|
          V
          V  (absoluteURI) GET http://example.com/test.html
          V
       |tsung|
          V
          V
          V
     |example.com|


On Thursday 02 September 2010 10:41:45 Angelo Höngens wrote:
> Perhaps I don't really understand your problem, when I record a 
session
> in tsung it puts the absolute full url in the xml file.

Reply via email to