Ciao a tutti, ho fatto un sistema di statiche per il mio sito. Potete dirmi perché le seguenti variabili server non mi restituiscono nulla:
- Colori = Request.ServerVariables("HTTP_UA_COLOR")
- Cpu = Request.ServerVariables("HTTP_UA_CPU")
- Os = Request.ServerVariables("HTTP_UA_OS")
- Pixel = Request.ServerVariables("HTTP_UA_PIXELS")
Grazie
Ciao