Scripting problem : Access to the original url
Hello,
I'm trying to make GSA post to the urls i used in my global list .
Basically the template works like this :
Register
Login
Post
The problem is that GSA will use the url which is after the login phase.
How can i do in order to make it go back the original url used in the Global list ?
Original url/7986
Register : url/register
Check
Login: url/login - redirected to url/user
Post : url/user but i want url/7986
Thank you for your help.
Regards,
Diaze
Tagged:
Comments
you can do a work around like this...
[start_url]
type=extract
static=1
find url=%original_targeturl%
[register_step1]
modify url=%start_url%
...
[step1]
modify url=%start_url%