[PR #555] [MERGED] Add more tests for Proxy with Authorization #969

Closed
opened 2025-12-29 15:34:34 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/555
Author: @StefH
Created: 12/15/2020
Status: Merged
Merged: 12/16/2020
Merged by: @StefH

Base: masterHead: basic_auth


📝 Commits (5)

📊 Changes

5 files changed (+72 additions, -34 deletions)

View changed files

📝 examples/WireMock.Net.Console.Proxy.NETCoreApp2/Program.cs (+7 -25)
📝 examples/WireMock.Net.Console.Proxy.NETCoreApp2/WireMock.Net.Console.Proxy.NETCoreApp2.csproj (+1 -1)
📝 src/WireMock.Net/RequestBuilders/Request.cs (+10 -0)
📝 test/WireMock.Net.Tests/ResponseBuilders/ResponseWithFaultTests.cs (+2 -3)
📝 test/WireMock.Net.Tests/WireMockServer.Proxy.cs (+52 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/555 **Author:** [@StefH](https://github.com/StefH) **Created:** 12/15/2020 **Status:** ✅ Merged **Merged:** 12/16/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `basic_auth` --- ### 📝 Commits (5) - [`fd6017e`](https://github.com/wiremock/WireMock.Net/commit/fd6017e9e4776dbc6e47ba2d2b9af6637cf87c12) WireMockServer_Proxy_Should_preserve_Authorization_header_in_proxied_request - [`a99f2a0`](https://github.com/wiremock/WireMock.Net/commit/a99f2a0439cb116280451d0f46c06047563ca59c) !admin - [`d286275`](https://github.com/wiremock/WireMock.Net/commit/d286275eb73b0524d464df87cb67bcc3c212fa9d) x - [`5ff217b`](https://github.com/wiremock/WireMock.Net/commit/5ff217b4b59d6dc7c583848aec8d2352037b501e) . - [`7612520`](https://github.com/wiremock/WireMock.Net/commit/7612520f00fa51dbc7fc6b8393b87fbeec0d53d8) Merge branch 'basic_auth' of https://github.com/WireMock-Net/WireMock.Net into basic_auth ### 📊 Changes **5 files changed** (+72 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.Proxy.NETCoreApp2/Program.cs` (+7 -25) 📝 `examples/WireMock.Net.Console.Proxy.NETCoreApp2/WireMock.Net.Console.Proxy.NETCoreApp2.csproj` (+1 -1) 📝 `src/WireMock.Net/RequestBuilders/Request.cs` (+10 -0) 📝 `test/WireMock.Net.Tests/ResponseBuilders/ResponseWithFaultTests.cs` (+2 -3) 📝 `test/WireMock.Net.Tests/WireMockServer.Proxy.cs` (+52 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:34:34 +01:00
adam closed this issue 2025-12-29 15:34:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#969