Re: [RFC]Function to Parse CGI Vars in POST Method in MO HTTP SMSC
"P. A. Bagyenda" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
If you poke around inside Mbuni's mmlib/mms_utils.c the code exists, you are welcome to adapt it to your needs. It does HTTP POST CGI variable parsing, including parsing of multipart/form-data encoded params. On Nov 23, 2008, at 05:56, sangprabv wrote: > Dear all, > I see currently there is no built in function in Kannel to parse CGI > Vars (var1=value1&var2=value2) POST method in MO HTTP SMSC. It will be > very helpful to have this function. TIA > > > Willy