• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Jquery mystery

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Jquery mystery

    Got a Jquery ajax call - will not work on IE9 or Chrome on a corp network, no response, no errors - but works fine in FF.

    It works on all browsers outside the corp network.

    There doesn't appear to be any proxy set in the not working browsers.

    Can't find anything on Stackoverflow to suggest what is blocking it.

    Anybody encountered this?

    #2
    Caching?
    +50 Xeno Geek Points
    Come back Toolpusher, scotspine, Voodooflux. Pogle
    As for the rest of you - DILLIGAF

    Purveyor of fine quality smut since 2005

    CUK Olympic University Challenge Champions 2010/2012

    Comment


      #3
      Originally posted by Fishface View Post
      Got a Jquery ajax call - will not work on IE9 or Chrome on a corp network, no response, no errors - but works fine in FF.

      It works on all browsers outside the corp network.

      There doesn't appear to be any proxy set in the not working browsers.

      Can't find anything on Stackoverflow to suggest what is blocking it.

      Anybody encountered this?
      Came across something similar. Never got quite to the bottom of it, but ours seemed to be somehow related to a deprecated function (something in lightbox IIRC). Make sure you're running the latest version of all your libraries.

      Comment


        #4
        Is it a cross domain Ajax call?
        Vote Corbyn ! Save this country !

        Comment


          #5
          make sure code is not using browser debug console.
          check the javascript console for errors.

          Comment


            #6
            Originally posted by fullyautomatix View Post
            Is it a cross domain Ajax call?
            +1...Ajax doesn't like cross domain calls.

            GE

            Comment


              #7
              all the anti-caching headers are in place, random number added to urls.

              It's not cross domain either (I don't think it could be unless it gets changed in the network?) - it works on FF on the same corp network.

              No network console running.

              Was using 1.7.2 - will try 1.8.2 -

              Comment


                #8
                trace it in Fiddler? does the call happen?

                Comment

                Working...
                X