Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6734721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:55:22+00:00 2026-05-26T10:55:22+00:00

In IE 9, when sending an AJAX request to my server using either of

  • 0

In IE 9, when sending an AJAX request to my server using either of the following methods

// SproutCore
SC.Request.postUrl(...).send()

// jQuery
$.post(...)

I am always seeing a nearly 30 second delay before the function returns, even though I can clearly see in WireShark that the request is received. It’s been a while since I’ve used Wireshark, so perhaps I’m just reading it wrong, but I see the following, which makes me think this may be an Apache issue perhaps?

Time         Info
-------------------------------------------------------------------
77.716243    [PSH, ACK] Seq=1 Ack=1031 Win=7808 Len=896
107.576027   [FIN, ACK] Seq=897 Ack=1032 Win=7808 Len=0

Notice an almost exact 30 second difference. Also, I have confirmed that the first request contains the correct data from the server.

Is this just a bug in IE 9? Or perhaps a misconfiguration on my Apache server?

Any thoughts would be greatly appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:55:22+00:00Added an answer on May 26, 2026 at 10:55 am

    Hmmm…looks like this was a non-issue. Apparently restarting my computer fixed the issue, so it isn’t a code-level problem. Sorry to dump this into the SO-sphere. Hopefully, though, someone else will see this and restart before posting a question 🙂

    Update: I’m again experiencing the error, but I think it is server related, so I’ve opened a question on Server Fault.

    Update x2: Well, not a real solution, but I found a workaround by using the following code:

    didSend: function(request, response) {
      if (SC.browser.msie && request.get('type') === "POST") {
        setTimeout(function() {
          Core360.Request.getUrl('/test_server').send();
        }, 500);
      }
    }
    

    For some reason, this forces the previous connection to close, and apparently the GET request immediately returns and isn’t pending, so it works.

    I hope this helps some poor soul in the future.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm using jQuery for sending ajax requests to the server, but i have some
I am sending an Ajax Request using jQuery. What happens is that I am
On my client side I'm sending an ajax request with jQuery in the following
I am sending data to the server in small bursts using the jQuery ajax
I have written some jQuery ajax code where I am sending a request to
I'm using JSF 1.2 with Richfaces, and for every ajax request, the server is
I'm sending an AJAX request and posting some json data to the server. How
It is quite easy to update the interface by sending jQuery ajax request and
I am sending an AJAX request using javascript to a servlet. The servlet is
What I'm currently doing is using jQuery to perform an ajax request on every

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.