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: kimm2:mcmaster:ca at: 7-Jun-2002 19:15

I tried this, but it still doesn't seem to work. Perhaps its my lack of familiarity with HTTP. Could someone help me out please? It looks relatively simple... Are "area" "num1" "num2" and "text" the only variables that need to be defined? Thanks in advance, Matt
> 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