Steve Stout
Member since Dec 11, 2008
- Profile: /members/1255-steve-stout.htm
- URL: http://www.ochotline.com
- Comments: 4
Recent Blog Comments By Steve Stout
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Nov 4, 2013 at 11:48 AM
I had to add a 'referrer' to the cfhttp request on one usage of this I implemented. Basically, it needs the url of the page where you are faking the form submission so it thinks the request came from the proper page. I had to add this: .AddHeader( "Referer", "https://www.bl... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Apr 30, 2008 at 5:10 PM
I tried <cfhttpparam type="Header" name="Accept-Encoding" value="deflate;q=0"> <cfhttpparam type="Header" name="TE" value="deflate;q=0"> and <cfhttpparam type="Header" name="Accept-Encoding" value="*"> <cfhttpparam type="Header" name="TE" value="deflate;q=0"> in the cfhtt... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Apr 30, 2008 at 11:59 AM
I can log in with firefox 2.0.0.8 which is close to the 2.0.0.6 that you are using in the cfc. I have gotten your cfc to work on another site to log me in without https so I know I am using and coding it correctly. I just can't get it to work on the pb.com site. Perhaps they are blocking login requ... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Apr 30, 2008 at 11:12 AM
I am trying to use your cfc to do a https login then switch to another page to do some scraping on the Pitney Bowes site in order to grab delivery information about our shipments. However it appears that the cfc is not functioning correctly for some reason. I just get "Connection Failure" with not... read more »