Request
9
Response
{script:"window.location=\"/Planning/CorePlanning/Edit/14373\";"}
Sub Sequent Request is
Request 10
GET
/Planning/CorePlanning/Edit/14373 HTTP/1.1
Regular
Expression:-
\s*\{script:"window\.location=\\"\/Planning\/CorePlanning\/Edit\/(.*?)\\";"}
Sub
Expression :- $1
Can you
confirm whether I am using Regular Expression and the Sub Expression Correctly,
Since when I test the request is completed with warning messages.
Captured
Request:- GET /Planning/CorePlanning/Edit/14373 HTTP/1.1
Data Correlated
Request:- GET /Planning/CorePlanning/Edit/@MyVariable HTTP/1.1
Note:- @MyVariable
consists of value extracted using Regular Expression above from the Response.
Please confirm
is this warnings are due to Regular Expression or Formation of Data Correlation
in Request 10.