Win32-IE-Mechanize - POST in IE::Mechanize, can it be done?

Posted on Wed Nov 9 21:55:01 2005 by occerman
POST in IE::Mechanize, can it be done?
IE::Mechanize performs GET requests great but what if I want a POST request? i.e., www.website.com/inventory with a POST request of car=honda&model=accord&color=blue In my case I can't get away with a get request of: www.website.com/inventory?car=honda&model=accord&color=blue Any idea how to do a POST request? Thanks.
Direct Responses: 1301 | Write a response