Hi,
I got a dynamic value in server response.
The value in server resonse is as follows,
x-csrf-token: 0FTcidqErDFSk1hTsw0rIw==
I have added the function before request as follows,
web_add_header("x-csrf-token:","0FTcidqErDFSk1hTsw0rIw==");
Since second parameter is dynamic value i tried to correlate on proper request as follows,
web_reg_save_param("XCsrfToken","LB=x-csrf-token: ","RB==","Search=Headers","ORD=1",LAST);
web_reg_save_param("XCsrfToken","LB=x-csrf-token: ","RB==","Search=ALL","ORD=1",LAST);
Here problem is i am unable to correlate the value and unable to find the reason why it is not getting correlated.
Since i am unable to correlate the value i am unable to pass the coorelated parameter to web_add_header function.
Please show me the solution.
It is urgent issue to be resolved.
Thanks,
Praveen Kumar.M
8978628933