in reply to HTTP::Request GET - url length restriction?
There is a maximum size a server will hold for a GET request. IIRC, it's usually 1024 bytes, but this may change from server to server. If you need more than that, use a POST. In general, you should probably be using POST whenever possible, unless you need to be proxy-freindly.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
: () { :|:& };:
Note: All code is untested, unless otherwise stated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTTP::Request GET - url length restriction?
by lovelost (Initiate) on Jan 13, 2004 at 09:33 UTC | |
by William G. Davis (Friar) on Jan 13, 2004 at 12:24 UTC |