Re: SendSMS via POST
Charlie Clark <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
>Hi, >I am not sure, but I think browsers are required to set a content-type of >application/x-www-form-urlencoded when sending a POST form. Perhaps this >could be used to process the body of a request much as a GET Query is >processed. > >Just an idea. Well, it's not documented but I've had absolutely no problems using POST instead of GET. You've probably made a slight mistake in your form. I suggest you try the form against a cgi-script which gives you the name/value pairs which you send back. Charlie