Tagged Questions
1
vote
2answers
160 views
Can can I encode spaces as %20 in a POST from WWW::Mechanize?
I'm using WWW::Mechanize to do some standard website traversal, but at one point I have to construct a special POST request and send it off. All this requires session cookies.
In the POST request I'm ...