
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Correlating data in cookies (XSRF Token,JsessionID and rm-sso-uid)
Hi ,
I am trying to script for a web application using LR. I need a help for coorelating the data mentioned in the header.
Cookie: XSRF-TOKEN=W5BcEsw3JEYR1jUcqsp520GvyIRcGh82tg2JL-6BB7h9TQoRJuuu!1269021223!1504783289399; JSESSIONIDRES=6NdcEin6DOZkiNTumUK3yvFexrb9EB3hogQluSKkt7PtAZOsr21Z!-1056078338; JSESSIONIDBLS=0wRcEt6ziV-BkOjGDlotsh_AO29Qt-AcF8DfvDJTYWsPuf44LKUN!1269021223; rm-sso-uid=bYfzpVpkg8oszZESlqUrmQ==
I have created a manual coorelation with the definition.
web_reg_save_param_ex(
"ParamName=CorrelationParameter_1",
"LB=XSRF-TOKEN=",
"RB=;",
"Ordinal=1",
SEARCH_FILTERS,
"Scope=Headers",
"RequestUrl=*/routes*",
LAST);
but still doesnt helps. On replaying, getting the error.
it would be great if someone can help me out on this,
Thanks for your help
Regards
Saranya K