Need your help - http header

2001-12-06 Thread Rudy Rustam
Does anyone got any idea how to generate a custom http header? Scenario: Send http post to a url ie. http://localhost/receiver.cfm Receiver.cfm must read exactly the following: ~~ Get the mailserver that powers this list at

Re: Need your help - http header

2001-12-06 Thread Jamie Jackson
cfheader jamie On Fri, 7 Dec 2001 02:07:41 +0800, in cf-talk you wrote: Does anyone got any idea how to generate a custom http header? Scenario: Send http post to a url ie. http://localhost/receiver.cfm Receiver.cfm must read exactly the following:

RE: Need your help - http header

2001-12-06 Thread Rudy Rustam
However, how to put cfheader inside cfhttp method=post? Rudy -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 2:49 AM To: CF-Talk Subject: Re: Need your help - http header cfheader jamie On Fri, 7 Dec 2001 02:07:41 +0800, in cf-talk

RE: Need your help - http header

2001-12-06 Thread Dave Watts
However, how to put cfheader inside cfhttp method=post? You can often use CFHTTPPARAM TYPE=CGI to do this. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~ Structure your ColdFusion code with

RE: Need your help - http header

2001-12-06 Thread Rudy Rustam
post? Thanks Rudy -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 5:20 AM To: CF-Talk Subject: RE: Need your help - http header However, how to put cfheader inside cfhttp method=post? You can often use CFHTTPPARAM TYPE=CGI to do

Re: Need your help - http header

2001-12-06 Thread Jamie Jackson
=7756245,5563315 [MESSAGE] Text = This is a test account. The first 4 lines are header. How should I write it in cfhttp post? Thanks Rudy -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 5:20 AM To: CF-Talk Subject: RE: Need your help - http header