Gernot Bartels
Member since Dec 11, 2008
- Profile: /members/539-gernot-bartels.htm
- Comments: 2
Recent Blog Comments By Gernot Bartels
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Jul 8, 2008 at 2:59 PM
I'm submitting data collected from a pdf (livecycle) form to Coghead via their REST API . Because the login form redirects into the coghead UI, I need to stop the redirect to continue making requests via the api. I'm not sure why this is necessary but unless I specify redirect="false" as a cfhttp at... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Jul 7, 2008 at 4:16 PM
I need to specify redirect="false" for the site I'm attempting to login to. I noticed that the default in the cfc is set to "no." Regardless, the header still returns a status-code of 200 rather than 302. Any clues for the utterly clueless? Thanks!... read more »