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

[REBOL] Re: Newbie: Trouble filling a form using "http-post.r"

From: gchiu:compkarori at: 1-Jun-2002 20:38

> Error: HTTP/1.1 405 Method Not Allowed > > 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?
You need to post to the CGI script at http://216.129.53.44:8080/cgi-bin/send_sm_rogers.new and not to the webpage where the form resides. -- Graham Chiu