(keitai-l) Re: POST method

From: Nick May <nick_at_kyushu.com>
Date: 11/02/01
Message-id: <fc.000f7610000601c43b9aca000ed0b508.601c7@kyushunet.com>
keitai-l@appelsiini.net writes:
>Hello everone,
>I am developing site for J-PHONE and wondering
>whether it accepts HTML form POST method or only
>GET method.Is there any way to solve it,if it accepts 
>only GET.

I do  not know about the latest handsets, but I think most handsets
support "get" only. I certainly code for "get" on Jphone.  

You mention wanting to 'solve it'. What exactly is the issue you want to
solve? Are you passing so much data through the url that you are exceeding
the url length limit for jphone?

I always use "get" for testing as it is easier to make sure that I am
sanitizing/validating input properly... (easy to forget to do this if you
use "post".)

nick


[ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/ ]
Received on Fri Nov 2 04:47:10 2001