Quantcast
Viewing all articles
Browse latest Browse all 12134

Re: Vugen replay error with dynamic URL

KajFeis,

 

thx for your answer.

 

I explain with more details (Generation, replay and body answer/request are in attachment for analyze)

 

this is my URL:

https://stars3.steria.com/prod/cwc/nav.menu?name=navGenerate&aftk-5=-4320204&_dc=1409133759798&aftk-5=-4320204

 

EDIT: full URL not cut (h t t p s://stars3.steria.com/prod/cwc/nav.menu?name=navGenerate&aftk-5=-4320204&_dc=1409133759798&aftk-5=-4320204)

 

Some values are dynamic "-5=-4320204&_dc=1409133759798&aftk-5=-4320204"

 

i modify my script with theses entries (based upon server response):

web_reg_save_param("Session_ID1","LB=amp;aftk","RB=\" image=",LAST);

	web_url("nav.menu", 
		"URL=https://stars3.steria.com/prod/cwc/nav.menu?name=navGenerate&aftk{Session_ID1}",
		"Resource=0", 
		"RecContentType=text/xml", 
		"Referer=https://stars3.steria.com/prod/index.do",
		"Snapshot=t113.inf", 
		"Mode=HTTP", 
		LAST);

 

I try with this entry:

web_reg_save_param("Session_ID1","LB=amp;aftk","RB/IC=\"",LAST);

 

Now, i don't understand why, but my "Session_ID1" variable does not match anything in server request. I'm quite lost between what BPM transmit and server response, i guess i miss something in the web_reg_save_param function...

 

 

Many thx for your help, and eventually explanation about what i done wrong

 

 


Viewing all articles
Browse latest Browse all 12134

Trending Articles