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: cybarite:sympatico:ca at: 7-Jun-2002 22:24

Matthew, If you take a copy of the data entry source page, you can edit it and change it from POST to GET in the line containing <FORM METHOD=POST ACTION="......." save this editted html file on your computer, then open it with your browser, enter some data and hit the submit button. A failed message will be displayed by the server but in the URL you should be able to see what was sent. When I did this I got back this http://216.129.53.44:8080/cgi-bin/send_sm_rogers.new? msisdn=4165551212 &area=416&num1=555&num2=1212 &oldtext=This+is+a+test+to+see+w+hat+is+posted. &text=This+is+a+test+to+see+w+hat+is+posted. &SIZEBOX=38 &sm_title=Rogers+%7C+Wireless&sm_header_ok=Thank+You &sm_header_fail=Sorry &sm_ym=Your+Message%3A+ &sm_status_ok=has+been+sent+to%3A &sm_status_fail=cannot+presently+be+sent+to%3A+ &sm_logo=%2Fatt-logo.gif &sm_pcs_link=http%3A%2F%2Fwww.rogers.com%2Fenglish%2Fwireless%2Fsendpcs.html &sm_pcs_text=Send+a+PCS+message &sm_home_link=http%3A%2F%2Fwww.rogers.com &sm_home_text=home maybe you need to submit SIZEBOX or msisdn which looks like it is a copy of the phone number. Give it a try.