Thank you very much.  The name instead of username was the problem.  Works great
  ----- Original Message -----
  From: Adam Haskell
  To: CF-Talk
  Sent: Wednesday, July 28, 2004 5:03 PM
  Subject: Re: CFHTTP

  I would re-look at your actual Cfhttp call Invalid column would
  indicate to me that you are trying to put the cfhttp content into a
  query.

  Notice:
  <cfhttp
  name="username"

  Should be:
  <cfhttp
  username="username"

  Adam H

  On Wed, 28 Jul 2004 16:49:27 -0400, Dave Watts <[EMAIL PROTECTED]> wrote:
  > > hmmmm...not sure what that column stuff is about....but have
  > > a look at CFHTTPPARAM...it's used for passing in the URL
  > > params "?name=searchname&number=123&search=all" properly
  >
  > You can send URL parameters embedded directly within the URL attribute,
  > rather than using CFHTTPPARAM.
  >
  > Dave Watts, CTO, Fig Leaf Software
  > http://www.figleaf.com/
  > phone: 202-797-5496
  > fax: 202-797-5444
  >
  >
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to