I am having issues with cfhttp returning "302 Moved Temporarily" on some of the
pages that I am hitting. I know that there are redirects happening and I am
assuming that it is going past the threshold of 4 redirects.
Does anyone know a way around this?
Any help would be great.
Thanks!
If you are on a windows server you can get the cfx_http tag. It does pretty
much the same things as cfhttp, except it uses the built-in browser on
windows server (not ie), which can hold sessions and cookies. I am guessing
that it probably doesn't have the redirect issue.
::-----Original Message-----
::
::Sent: Monday, March 31, 2008 11:56 PM
::To: CF-Talk
::Subject: Issues with cfhttp and redirect
::
::I am having issues with cfhttp returning "302 Moved Temporarily" on some
::of the pages that I am hitting. I know that there are redirects happening
::and I am assuming that it is going past the threshold of 4 redirects.
::
::Does anyone know a way around this?
::
::Any help would be great.
::
::Thanks!
::
::