Tuesday, December 15, 2009

Important note to self about simulating posts.

Make sure to use perl uri_encode() instead of escape() when encoding post params.

See: http://www.perlhowto.com/encode_and_decode_url_strings

1 comment:

Jorge Monasterio said...

Also, the space is encode as %20 instead of +, which is a bug.