Capture cflocations/redirects

2004-09-03 Thread Ian Skinner
I'm experiencing some kind of redirect/cflocation endless loop.Is there some easy way to trap the iterations of this loop so that I can see what is trying to redirect to where? -- Ian Skinner Web Programmer BloodSource

Re: Capture cflocations/redirects

2004-09-03 Thread Jochem van Dieten
Ian Skinner wrote: I'm experiencing some kind of redirect/cflocation endless loop.Is there some easy way to trap the iterations of this loop so that I can see what is trying to redirect to where? Recording proxy or the FireFox LiveHTPHeaders plugin. Jochem [Todays Threads] [This Message]

Re: Capture cflocations/redirects

2004-09-03 Thread S . Isaac Dealey
I'm experiencing some kind of redirect/cflocation endless loop.Is there some easy way to trap the iterations of this loop so that I can see what is trying to redirect to where? Create a custom tag to wrap the cflocation tag. Replace all instances of cflocation with cf_location or whatever the

RE: Capture cflocations/redirects

2004-09-03 Thread Cornillon, Matthieu (Consultant)
I'm experiencing some kind of redirect/cflocation endless loop.Is there some easy way to trap the iterations of this loop so that I can see what is trying to redirect to where? Ian, I don't know if this applies, but when I have confusing and unplanned page-to-page routing, I add a dummy URL

Re: Capture cflocations/redirects

2004-09-03 Thread Jochem van Dieten
S.Isaac Dealey wrote: I'm experiencing some kind of redirect/cflocation endless loop.Is there some easy way to trap the iterations of this loop so that I can see what is trying to redirect to where? Create a custom tag to wrap the cflocation tag. Replace all instances of cflocation with