string = GetServerVariable(variable, default
)
Parameters
variable : string
default : object
If specified, the function will return this 
value instead of raising an error if the variable could not be fetched.Return Value
The result is a string object, unless the server variable name 
begins with 'UNICODE_', in which case it is a unicode object - see the 
ISAPI docs for more details.