|
Pages: [1]
|
 |
|
Author
|
Topic: automation scripts (Read 1388 times)
|
|
Evan
|
hello does anyone have any pointers as to how to go about writing rebol code that will (programmatically) accomplish what I do (manually) with the web browser, eg,
1. login to a secure server (HTTPS) by sending it an id/password (I believe it is an .asp page) 2. RETRIEVE and UPDATE information normally displayed as a web page.
Any help greatly appreciated. Evan
|
|
|
|
|
Logged
|
|
|
|
|
Graham
|
This is generally pretty straight forward to do unless the site does a lot of redirecting after the login.
You'll need Rebol/Command though to access https.
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |