Re: Weird issue with CFHTTP and redirect with cookie

2011-08-10 Thread Dave Watts
Do I need to grab that session ID manually?  I thought I might have to do that so I have tried to set redirect=false, but I can't get the session ID returned in the header You will need to read the cookies and send them on subsequent requests. The ASP.NET session ID is almost certainly a

Re: Weird issue with CFHTTP and redirect with cookie

2011-08-10 Thread Casey Dougall
On Tue, Aug 9, 2011 at 2:42 PM, kbutte...@yahoo.com kbutte...@yahoo.com kbutte...@yahoo.com wrote: Hi all, I am working on a screen-scraper app, and I have a site that has an disclaimer front page. You have to click on the I understand button and then you are redirected to the

Weird issue with CFHTTP and redirect with cookie

2011-08-09 Thread kbutte...@yahoo.com kbutte...@yahoo.com
Hi all, I am working on a screen-scraper app, and I have a site that has an disclaimer front page. You have to click on the I understand button and then you are redirected to the inspections page that I need to get to. I can get to the disclaimer page, but I cannot get cfhttp to get past

Re: Weird issue with CFHTTP and redirect with cookie

2011-08-09 Thread kbutte...@yahoo.com kbutte...@yahoo.com
To clarify the below post, when I try to get the cookie by setting redirect=false in my cfhttp call, I get an error and the message from cfcatch is 302 Moved Temporarily So that's why I can't get the cookie. Hi all, I am working on a screen-scraper app, and I have a site that has an