I need to read a location in my Router, but I get the following exception -
ServerProtocolViolation \"The server committed a protocol violation.
I had this problem in my own webserver, in header I changed
HTTP/1.x 200 OK
to
HTTP/1.0 200 OK
now it works when I use a browser (chorome or ...) or in WebClient (c#)