nst / STHTTPRequest

Obj-C / Cocoa HTTP requests for humans
BSD 3-Clause "New" or "Revised" License
825 stars 82 forks source link

"&"-char in POST parameter #4

Closed MSchmidt closed 11 years ago

MSchmidt commented 11 years ago

Having a "&" within a POST parameter causes wrong behavior. Everything behind the & gets handled as a separate parameter.

nst commented 11 years ago

Thank you Matthias for the bug report.

I just added a property "encodePOSTDictionary" which is set to YES by default.

Let me know if it meets your needs.

MSchmidt commented 11 years ago

Perfect!