ph_geturlviaproxy PowerHome formula function
Description
Gets the resulting HTML code from a URL using the specified proxy server values.
Syntax
ph_geturlviaproxy ( s, s, n, s )
Argument |
Description |
s
|
A string identifying the URL you wish to retrieve.
|
s
|
A string identifying the proxy server you wish to use.
|
n
|
An integer identifying the port of the proxy server.
|
s
|
A string identifying the userid and password for the proxy server. Separate the userid from the password using a colon character. Example: userid:password.
|
Return value
String. The HTML text from the URL. You can include the http:// but it is not necessary. You may also embed any passed parameters to be used in a GET request.