Hi list,

When Kannel receives HTTP requests, it parses the parameters in the URL. This 
is fine for GET or HEAD requests. But it isn't for POST requests as the 
parameters are supposed to be supplied in the body.

One of our partners (Maxis, in Malaysia)  sends HTTP POST requests to submit 
the delivery reports and Kannel can't process them correctly.
Please find attached a patch to fix this issue.
It allows Kannel to parse the parameters from the body when it's a POST and 
from the URL, like before, for the other HTTP methods.

Regards,
Franck

This message and any files or documents attached are strictly confidential or 
otherwise legally protected. It is intended only for the individual or entity 
named. If you are not the named addressee or have received this email in error, 
please inform the sender immediately, delete it from your system and do not 
copy or disclose it or its contents or use it for any purpose. Please also note 
that transmission cannot be guaranteed to be secure or error-free.

Attachment: gwlib_http.c.diff
Description: gwlib_http.c.diff

Reply via email to