[Developers] coldfusion
Will Moffat
will at hamstersoup.com
Mon Aug 6 12:03:50 UTC 2007
Hi Mark
(with developers back in CC because I'm not a Cold Fusion guru)
Can you compare the actual HTTP requests and responses?
Using Firebug you can see what a successful query looks like in Firefox.
CF Server Monitor or Ethereal will let you see your unsuccessful CF query.
> This is really frustrating because until I can get a response using CFHTTP,
> I can't try developing anything.
I feel your pain. Cookie authentication takes the fun out of programming :-(
They should be going away sometime :-)
Good luck,
--Wil
On 8/6/07, Mark CE <markce at btclick.com> wrote:
>
>
> Thanks Will,
>
> I am trying to pass the cookie, maybe I'm not encoding it right.
> Here's my CF code:
>
> <cfhttp url=" http://www.freebase.com/api/service/mqlread"
> method="POST" result="objGet">
> <cfhttpparam name="q" value="#form.Query#" type="FORMFIELD">
> <cfhttpparam name="metaweb-user" value="A|u_... my cookie ...ug"
> type="COOKIE">
> </cfhttp>
>
> Response is: "authentication required"
>
>
> This is really frustrating because until I can get a response using CFHTTP,
> I can't try developing anything.
>
> Mark
>
>
More information about the Developers
mailing list