Greenpine - 2008-02-10

I'm using web-harvest to extract data. I need to use POST to fill a form,
So the content type is application/x-www-form-urlencoded and I need to fill the field
Line-based text data: application/x-www-form-urlencoded. For some reason, the special
character '=' is always translated into %3D. Then sever rejects my post.
How can I disable this kind of translation, and just put the following
"center_name=&ddlbCounty=ALL&city_name=&zip_code=&star_level=All&type_facility=both&ebt_storesbyzip=Search+for+Child+Care" into the field?