NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Use of javascript (Score:3, Insightful)
This works all very well until something needs a POST not a GET. So I have this script that takes any request and resubmits it to the defined url as a post:
Now the important thing to note is that this script doesn't even have a submit button - as soon as the page is loaded javascript submits the page.Of course this will only work if you know they have javascript enabled (which in this case I do - it's my browser)
Reply to This