Ajax POST stays on ready state 3 after sending a few bytes. GET works fine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simonbelmont
    New Member
    • Jun 2008
    • 1

    Ajax POST stays on ready state 3 after sending a few bytes. GET works fine

    Hi,

    The using the GET command with ajax works fine. Using POST only works if the data being retrieved is less than ~2400 bytes, otherwise it will be stuck in readyState = 3 and hang there.

    It's is driving me nuts. I would like to fix this rather than rewrite all the ajax code to use GET instead...

    Any thoughts?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Post your problem code.

    Comment

    Working...