Add more tests for Proxy with Authorization (#555)

* WireMockServer_Proxy_Should_preserve_Authorization_header_in_proxied_request

* !admin

* x

* .
This commit is contained in:
Stef Heyenrath
2020-12-16 22:14:53 +01:00
committed by GitHub
parent fa08d0e617
commit fae27f9dc7
5 changed files with 72 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0</TargetFrameworks>
<ApplicationIcon>../../WireMock.Net-Logo.ico</ApplicationIcon>
</PropertyGroup>