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

[REBOL] read/custom

From: jrdrp:blueyonder at: 2-Nov-2001 21:23

I am trying to use read/custom to automatically login thru an html web page form which requires post method. The html login form appears to have only 3 fields as follows:- User name html name=login Password html name=pass Submit button html name=submit to test from rebol console I am using print read/custom url ['post "string"] What format should string be? Just name=value pairs? i.e. "login=xxxx&pass=yyyy.." TIA John