Redirection limit for this URL exceeded. Unable to load the requestedpage. This may be caused by cookies that are blocked.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Advo

    Redirection limit for this URL exceeded. Unable to load the requestedpage. This may be caused by cookies that are blocked.

    is there any reason why i can view a page at work (which is on our
    server) yet when i view it online from the domain name (some pages are
    hosted, some are running off our server) i get the message: "Redirectio n
    limit for this URL exceeded. Unable to load the requested page. This may
    be caused by cookies that are blocked."
  • Patrice

    #2
    Re: Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.

    I would check the IIS log. My first thought would be that you end up with
    endless redirections. And this is likely detected and blocked by the web
    server...
    --
    Patrice

    "Advo" <x@x.coma écrit dans le message de news:
    s4Ssg.18900$IU2 .6953@newsfe2-win.ntli.net...
    is there any reason why i can view a page at work (which is on our server)
    yet when i view it online from the domain name (some pages are hosted,
    some are running off our server) i get the message: "Redirectio n limit for
    this URL exceeded. Unable to load the requested page. This may be caused
    by cookies that are blocked."

    Comment

    • Advo

      #3
      Re: Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.


      Patrice wrote:
      I would check the IIS log. My first thought would be that you end up with
      endless redirections. And this is likely detected and blocked by the web
      server...
      --
      Patrice
      >
      "Advo" <x@x.coma écrit dans le message de news:
      s4Ssg.18900$IU2 .6953@newsfe2-win.ntli.net...
      is there any reason why i can view a page at work (which is on our server)
      yet when i view it online from the domain name (some pages are hosted,
      some are running off our server) i get the message: "Redirectio n limit for
      this URL exceeded. Unable to load the requested page. This may be caused
      by cookies that are blocked."

      Well ive checked the logs, I couldnt find anything for ages, then found
      one file with tons of Get requests to one of the files that is causing
      the problem.

      Does this mean its a problem with my code? m thinking its somethnig to
      do with a loop its stuck in when its doing the redirect?

      Thanks

      Comment

      • Patrice

        #4
        Re: Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.

        This would be my first thought. Double check that the file that causes those
        tons of get request doesn't redirect directly or indirectly to itself...


        --
        Patrice

        "Advo" <max_mischief@h otmail.coma écrit dans le message de news:
        1152695478.7387 15.69980@h48g20 00...legro ups.com...

        Patrice wrote:
        I would check the IIS log. My first thought would be that you end up with
        endless redirections. And this is likely detected and blocked by the web
        server...
        --
        Patrice
        >
        "Advo" <x@x.coma écrit dans le message de news:
        s4Ssg.18900$IU2 .6953@newsfe2-win.ntli.net...
        is there any reason why i can view a page at work (which is on our
        server)
        yet when i view it online from the domain name (some pages are hosted,
        some are running off our server) i get the message: "Redirectio n limit
        for
        this URL exceeded. Unable to load the requested page. This may be caused
        by cookies that are blocked."

        Well ive checked the logs, I couldnt find anything for ages, then found
        one file with tons of Get requests to one of the files that is causing
        the problem.

        Does this mean its a problem with my code? m thinking its somethnig to
        do with a loop its stuck in when its doing the redirect?

        Thanks


        Comment

        Working...