[sldev] How many chars can be sent in an HTTP post?
Stickman
stickman at gmail.com
Thu Sep 10 20:03:11 PDT 2009
A quick Google search for "http post max length" can turn up some
answers and solutions. If you're using PHP, then there's a maximum
length defined there, that can also be changed. Default is something
like two megs, I believe.
http://www.google.com/search?q=http+post+max+length
GET, on the other hand, is something like 2k. I forget. I'm sure a
similar Google search will turn up information if you care about the
get request method.
Have fun!
-Stickman
On Thu, Sep 10, 2009 at 7:48 PM, Fire <fire at b3dmultitech.com> wrote:
> Hi there, I read the wiki and see that an http response body is limited to
> 2048,
> but how long can our post vars be?
> Ie: Id like to send to the server a bunch of UUID's, just wondering how many
> I can send at a time.
> Please let me know!
> Thanks great SL Scripters!
> _______________________________________________
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/SLDev
> Please read the policies before posting to keep unmoderated posting
> privileges
>
More information about the SLDev
mailing list