HTTP headers for posting data
    Andre Rombauts 
    andre.rombauts at win.be
       
    Tue Jun 10 11:25:00 EDT 2003
    
    
  
Thanks Dave: working...!
But anyway can someone give an example of HTTPHeaders usage?
Andr
----- Original Message ----- 
From: "Dave Cragg" <dcragg at lacscentre.co.uk>
To: <use-revolution at lists.runrev.com>
Sent: Tuesday, June 10, 2003 9:29 PM
Subject: Re: HTTP headers for posting data
> If it's a typical url form you want to emulate, then the data you
> need to post usually looks like this:
>     put "data1=Hello&data2=World" into tData
>     post tData to url "htpp://whatever..."
    
    
More information about the use-livecode
mailing list