Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: http referrer

From: kevin:sunshinecable at: 11-Dec-2000 9:53

On Mon, 11 Dec 2000, Mat Bettinson wrote:
> Folks, > > I've a need to submit a form in Rebol, using the latest (excellent) > cookie-client.r script. > > I find the response I get back demands that I use the form on their > site. I imagine this would be something to do with the http referrer > field? Is there some way of setting this?
Mat, I ran into the same thing sending text messages to my PCS cell phone via my provider's website. If you have a look at my %pcspager.r script at http://www.rebol.com/library/html/pcspager.html you'll be able to see how I handled it. Hope this helps. Best regards, Kev