When I try to generate a Signed Request, newline characters in descriptions (create an issue, comment), cause the signed request to always be invalid. If I take out the newlines in the body, it works fine. But if I leave the newlines in the request body, but remove the in the signed request, it doesn't work. How do you deal with newlines when generating the request?
Example:
Params:
URL:
https://xxxxxxxx.mydonedone.com/IssueTracker/API/Comment/123/45
comment:
test
ben
A signed request pre hashing and base64:
https://xxxxxxxx.mydonedone.com/IssueTracker/API/Comment/####/##commenttest
ben
What the HTTP Request Body looks like:
------WebKitFormBoundaryZC0TAhfEDRXF6fuv
Content-Disposition: form-data; name="comment"
test
ben
------WebKitFormBoundaryZC0TAhfEDRXF6fuv--
Loading Profile...



Twitter,
Facebook, or email.

EMPLOYEE
