Hello at forum.mikrotik.com,
I use Mikrotik 2.8.11 with transparent web proxy. Some costumers have problems with some webshops (e.g. neckerman.de). So I disable the transparent web proxy for this costumers.
Further I did some investigetion and I figured the following out:
If the WebBrowser did the Following Request:
GET / HTTP/1.1
Accept: text/*
Host: http://www.abcdefg.de
The WebServer sees:
GET / HTTP/1.0
Accept: text/*
Cache-Control: max-age=259200
Connection: keep-alive
Host: http://www.abcdefg.de
Via: 1.1 my.proxy.net:3128 (squid/2.5.STABLE4)
X-Forwarded-For: 10.0.0.2
Can some one explain me why web proxy changes the HTTP Version from 1.1 to 1.0? Is this a BUG or a Feature?
--
Best Regards Uwe