Can you dump the entire ENV hash array?
It should be set if it is in the request header.
ENV has been replaced with a hash table during LSAPI initialization, all request headers should have been added to the hash table.
Can you dump the entire ENV hash array?
It should be set if it is in the request header.
ENV has been replaced with a hash table during LSAPI initialization, all request headers should have been added to the hash table.