You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by ZK <st...@gmail.com> on 2014/04/09 16:38:41 UTC

Re: Obtaining & Using SignalR "ConnectionToken" variable ?

Hi,
You can't extract the value and use it in the same HTTP request, you need a
separate request after the regEx extractor

you need 2 HTTP requests... 1 with the regEx extractor as a child.... the
2nd HTTP request with the extracted variable value:

-HTTP Request 1
--Regular Expression Extractor (extract connectionToken)
-HTTP Request 2 (with ${connectionToken} Variable)



ZK



--
View this message in context: http://jmeter.512774.n5.nabble.com/Obtaining-Using-SignalR-ConnectionToken-variable-tp5719773p5719774.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org