-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post payload truncated if it contains an and symbol #37
Comments
I'll try this when I get home, but does the ampersand need to be encoded, URL encoding would be "%26" or html encoded with "&" without the quotes obviously. I'll do some testing in the next hour and get back to you. |
Hmm the coments box changed my html encoded ampersand back to &, so its " & amp ; " without the spaces. But I bet you knew that already. |
Not sure if it is related, or similar, but z4r closed a similar issue 3 this was concerning content that contained a semicolon rather than an On 25/02/14 18:30, heresandyboy wrote:
|
Sorry it took so long to get around to this. params = { That resulted in a new ticket with 'Janet & John as the subject. In the mean time, you can do the following to work around the problem: params = { Results in a new ticket with 'Janet & John' as the subject and no truncating. |
example:
params = { 'content' : {
'Subject' : 'Janet & John',
'Text' : 'hello all,
}
}
the Subject in params is truncated and RT only receives the 'Janet'
The text was updated successfully, but these errors were encountered: