How to remove unnecessary headers from Asp.NET

Web applications use headers to send and receive important information from the client machine to the server. Here is an example of what some of the headers are: ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 ACCEPT_ENCODING gzip, deflate, sdch, br ACCEPT_LANGUAGE en-US,en;q=0.8 CONNECTION keep-alive HOST www.fahadjameel.com REFERER https://www.google.com/ UPGRADE_INSECURE_REQUESTS 1 USER_AGENT Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57....

April 17, 2017 · 2 min · 367 words · Fahad