Re: sendsms cgi supports POST request method?
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <OF28ED4EFC.AF46E75F-ONCA256D04.0018A405-CA256D04.0018CB7A@callista.com.au> |
Hi,
Disregard email. I checked the
static void sendsms_thread(void *arg)
in gw\smsbox.c and it does appear to support both GET and POST requests.
So I will investigate my problem a bit more before coming back to the
list.
Thanks
Jason
>
> Hi,
>
> I have tried changing the request method to use a POST request,
> which would be little
> easier for me, and it complains about authentication failure
>
> I am doing this from a HTML Form, and all I do to make it break is
change the
> FORM METHOD from GET to POST.
>
> Any idea whether it is meant to support post, or what I can do to allow
it to
> support Post.
>
> Again, if there is somewhere in the manual where this information might
have
> been located, I apologise for not RTFM.
>
> I am using version 1.3.1 on solaris
>
> Thanks
> Jason