|
| ||||
And how exactly do I retrieve HTTP request headers?
That depends on what you are using to create these dynamic pages in the first place. A server running a cgi-bin script, for example, will pass along these values as environment variables with a slightly different name: the whole header is capitalized, hyphens are replaced with underscores, and If you are using Perl with the CGI library installed, you can use a Ask your local webmaster if you need more help decoding HTTP headers for your particular method of serving up web pages.
| ||||
|
