Has anyone got an example of how to use the link parser with dynamic urls ie: http://localhost/scriptxyx?action=content&blah=4&hmmf=5&refer=1
http resquest - > http:// localhost ( which returns several type of links ) html link parser now i know i need a "http request" with a regex in the path field.. could someone show me an example to match any url like the above one, the only criteria to match on is the 'action=content' and the '/scriptxyx?', the action=content may not be the first item in the query string -- View this message in context: http://www.nabble.com/Link-Parser-Simple-Example-tf2175545.html#a6015223 Sent from the JMeter - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

