Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: Don't Blame The Browser

by drewbie (Chaplain)
on Jun 11, 2004 at 03:08 UTC ( [id://363286]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Don't Blame The Browser
in thread Don't Blame The Browser

Holy cow! Consider me impressed! How long was the browser loading the page before you decided to view the source? I'm also amazed that apache didn't choke on the repeated hidden GET params before it got to that size.

I thought I remembered reading about a limit of ~2k characters in a GET string? Looking through the HTTP/1.1 RFC I didn't see any mention, and I can't find it in the Apache docs either. Am I just remembering things?

Replies are listed 'Best First'.
Re^5: Don't Blame The Browser
by samtregar (Abbot) on Jun 11, 2004 at 05:22 UTC
    Holy cow! Consider me impressed! How long was the browser loading the page before you decided to view the source?

    I let it finish loading, which took around 5 minutes I believe.

    I thought I remembered reading about a limit of ~2k characters in a GET string?

    I think it's a compile-time parameter for Apache. But this form isn't a GET, it's a POST.

    -sam

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://363286]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-19 03:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found