This topic is locked

extract url

11/20/2022 10:20:35 PM
PHPRunner General questions
J
jackolantern author

pls tell me, how to simple ways to extract query string from url generated by phprunner, since GET/POST not working anymore on phprunner url format.

url http://localhost/bws/dash_sheet2_list.php?q=(period~contains~12)(company~equals~SAS)

the goal is to get period and company value.

thx

admin 11/21/2022

You need to explain the whole situation. What kind of problem you trying to solve here?

Also, what does it mean "GET/POST not working anymore on phprunner url format"?