Closed sdmaclea closed 4 years ago
Removed [Arm64] Because I think this is a testbug.
This is a test bug. The test should only be testing what the client sent to an endpoint. But it currently does this via sending a request to the echo server which echoes back the request headers.
However, this test seems to be running through a proxy server. The "Via:" header sent in the request proves that.
"Via": "1.1 10.38.1.212 (McAfee Web Gateway 7.6.2.8.0.22994)"
And the proxy server is changing the request headers before they reach the final endpoint, in this case, corefx-net.cloudapp.net.
So, this test should be changed to use the loopback test server which will avoid using a proxy server. And then the test can simply test what the loopback server receives.
This was run inside QDT firewall. That is probably the proxy you are seeing.
@jkotas
Looks like should be marked Conditional on
LocalServerAvailable