Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Ajax connection failure in mozilla firefox 32

  • 2 பதிலளிப்புகள்
  • 3 இந்த பிரச்னைகள் உள்ளது
  • 5 views
  • Last reply by jscher2000 - Support Volunteer

I am a developer and recently my mozilla firefox updated to version 32. Now I have a code where I use ajax request and response. After the updation of firefox I am getting a connection failure for the ajax request in my javascript. I searched through various question answers sites and it was concluded that maybe it was not supported by this version of mozilla. So are there any pluggins which might help me solve this problem?

I am a developer and recently my mozilla firefox updated to version 32. Now I have a code where I use ajax request and response. After the updation of firefox I am getting a connection failure for the ajax request in my javascript. I searched through various question answers sites and it was concluded that maybe it was not supported by this version of mozilla. So are there any pluggins which might help me solve this problem?

All Replies (2)

Hi soumik.paul, There may be better answers from the developers from MDN in the firefox stackoverflow.com. I do not quite understand exactly what you are doing with the ajax request and response, but I did look for some add ons that might be able to send request and receive responses: https://addons.mozilla.org/en-us/fire.../httpfox/ and preliminary https://addons.mozilla.org/en-us/fire.../http-response-browser/

Can you link to a page online demonstrating the problem?

If you check Firefox's Browser Console (Ctrl+Shift+j) can you find any error messages related to the request/response or processing thereof?