Unanswered question

Is it possible to send a request to an extracted URL?

The URL is dynamic and so is the host. If the server was regular I could just configure my request with the previously extracted path.

If requesting the full URL is not possible, is there a way to dynamically add a host in Neoload and configure the request to use it?

Thank you for your support.

Bruno D.
Bruno D.

Bruno D.

Level
0
11 / 100
points

Answers

Patrick Z.
Patrick Z.

Patrick Z.

Level
1
232 / 750
points

You could use the "Follow a link from the previous request" option for that.
See: http://www.neotys.com/documents/doc/neoload/latest/en/htm...

Bruno D.
Bruno D.

Bruno D.

Level
0
11 / 100
points

This could do the trick but my previous response is a XML content, so the link extraction does not seem to work.
I can extract the URL with the regular expression <url>(.*?)</url> but I cannot figure how to use it with the "Follow a link from the previous request" option.