benny666
10-25-2003, 01:34 PM
I am trying to query a website by submitting a form using perl
the website uses flash and checks for flash plugin and set the varable in a cookie
if I submit the url in the browser and the cookie exsists the form will be submitted without checking for flash
if the cookie doesn't exist the page will be rederected to a script flashcheck.php?flash=true (if flash exsists)
The problem is when i use a user Agent with perl to get the page I allways get the setFlash.php page which is chekking for the existant of flash
how can I send the value of the cookie to the website?
any suggestions??
the website uses flash and checks for flash plugin and set the varable in a cookie
if I submit the url in the browser and the cookie exsists the form will be submitted without checking for flash
if the cookie doesn't exist the page will be rederected to a script flashcheck.php?flash=true (if flash exsists)
The problem is when i use a user Agent with perl to get the page I allways get the setFlash.php page which is chekking for the existant of flash
how can I send the value of the cookie to the website?
any suggestions??