T
Toni Keller
Hello,
I try to log on to a website using mechanize. I can submit my username
and password, but when I get redirected I have a problem.
I want to click on a link using following code:
link = page.links.href(/index\.php\?ahcd_obj=([a-z]|[0-9])*/)
page = agent.click(link)
(The RegExp is fine, I tested it manually)
It looks as if there is some hidden redirect or something like that,
because the result is always the same, that is I'm still on the same
page.
That's one of those links:
<a href="index.php?ahcd_obj=22897f23902079182057874858a34ce1">
Help is welcome.
I try to log on to a website using mechanize. I can submit my username
and password, but when I get redirected I have a problem.
I want to click on a link using following code:
link = page.links.href(/index\.php\?ahcd_obj=([a-z]|[0-9])*/)
page = agent.click(link)
(The RegExp is fine, I tested it manually)
It looks as if there is some hidden redirect or something like that,
because the result is always the same, that is I'm still on the same
page.
That's one of those links:
<a href="index.php?ahcd_obj=22897f23902079182057874858a34ce1">
Help is welcome.