in reply to create a POST request from scratch using Win32::IE::Mechanize
The only, ugly, solution I know would be to replace the HTML in the current page with a <form action="$target_url" method="POST">...</form>, but hopefully there is a better way...
|
|---|