# WWW.INFO
Updated: 2/24/2021, 3:51:59 PM
Created: 2/24/2021, 3:51:59 PM
Last Updated By: Daniel Klein
Read Time: 1 minute(s)
WWW.INFO is a common variable which stores all the web information. It is not recommended you directly access the common due to platform/emulation issues.
Instead the WGETINFO function can be used to gain access to any of the commons
Common Position | Description | Subroutine |
---|---|---|
25 | All passed variable names. | |
26 | All passed variable values | WGETVAR |
27 | All passed cookie names | |
28 | All passed cookie values | WGETCOOKIE |
29 | Server Name | |
30 | Cgi Path | |
31 | Server Port | |
32 | Body | WGETBODY |
33 | All Passed Headers Names | |
34 | All Passed Header Values | WGETHEADER |
35 | Rest Params (params after Resource) | WGETPARAM |
36 | Config file | WGETCONFIG |