InternetGetStatusCode
|
File Input/Output functions |
SYNTAX | InternetGetStatusCode |
RETURNS | NUMBER |
FUNCTION | The function returns HTTP status code of last InternetOpenURL or InternetPostRequest call.
HTTP status codes are listed here: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes |
EXAMPLE | // NON existing page (should result in status code 404)
|
SEE ALSO | InternetOpenURL() function , InternetPostRequest() function |
The InternetGetStatusCode function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.