Hi there, I have a request that goes to a dynamic server depending on a returned URL. I can extract from the response but how do I put it in the Server Name?
Thanks!
Is it a redirection response from your server with a Location element? If yes you can configure your request to follow that redirection.
Otherwise you could use a variable in your server name definition and modify it during runtime through a Javascript using your variable extractor.