Other Than VB.NET solution

Other Than VB.NET solution

If you are using JAVA or PHP or ASP, following is the solution

In ASP, you can use the ServerVariables collection of the Request object to retrieve the value of HTTP headers. You can choose either VBScript or JScript

$accept_languag e = $ENV{"HTTP_ACCE PT_LANGUAGE"};

Retrieving HTTP Headers with PHP
...