> company that is posting a string to a page I have with a perl
> app. The purpose is to supply us with a username and
> password after they receive payment. Only problem is that
> the string is undefined. Is there anyway for me to know what
> the string name would be. I just need someway to know how to
> grab the string with cf so I can parse it. The string they
> are posting would be "check+/directory+user+pass"
>
> If anyone is familiar with perl here is their script they
> supply to handle the post followed by what I have written to
> handle it. Unfortunately Its not being posted as a form
> variable so FORM.fieldnames doesn't seem to work.
You can retrieve raw HTTP request data using the function
GetHTTPRequestData, which returns a structure. The HTTP request body will be
within the "content" key. Depending on what HTTP request headers are sent by
this Perl program, you may have to use the ToString function on the data
before you can read it.
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]

