[REBOL] Newbie: Trouble filling a form using "http-post.r"
From: kimm2::mcmaster::ca at: 1-Jun-2002 0:46
Hi, I'm very new at REBOL and I'm stuck!
I'm trying to write code that will automatically fill out the form on
http://www.rogers.com/english/wireless/sendpcs.html, but I get this
error:
Error: HTTP/1.1 405 Method Not Allowed
What does this mean?
In the http-post.r code, within the "english-to-german" function
(although I'm not using the rogers.com website to translate anything),
I've modified it to look like this.
tmp: http-post-form
http://www.rogers.com/english/wireless/sendpcs.html reduce [
"area" "416"
"num1" "555"
"num2" "5555"
"text" "testing"
]
Can someone please help?
Thanks in advance.