Synopsis
- Usage:
- getWWW URL
- Inputs:
- Outputs:
- the contents of the web page, together with the http headers, at the address given by URL
Synopsis
- Usage:
- getWWW(URL,TEXT)
- Inputs:
- Outputs:
- obtain the contents of the web page addressed by URL from an http server, using the POST method, provided with TEXT
Accessing a secure web site (whose URL begins with https:) depends on your having installed openssl on your system.