[PR #1038] [MERGED] Proxy all requests - even a repeated one #1203

Closed
opened 2025-12-29 09:18:53 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1038
Author: @sameena-ops
Created: 12/11/2023
Status: Merged
Merged: 12/11/2023
Merged by: @StefH

Base: masterHead: feature/proxyall


📝 Commits (7)

  • 77c9f37 Adding proxyall
  • 7bdde41 Adding proxyAll flag
  • eeb30f8 Reverting extra spaces added
  • 793b829 Make proxyall to true
  • a54240a Resolving review comments for proxyall
  • e78d7a6 Resolving codefactor spaces in the code
  • 152b078 Adding proxyall parser in wmserversettingsparser

📊 Changes

7 files changed (+68 additions, -1 deletions)

View changed files

📝 src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs (+5 -0)
📝 src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs (+2 -0)
📝 src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs (+3 -0)
📝 src/WireMock.Net/Server/WireMockServer.Proxy.cs (+5 -0)
📝 src/WireMock.Net/Settings/ProxyAndRecordSettings.cs (+6 -0)
📝 src/WireMock.Net/Settings/WireMockServerSettingsParser.cs (+2 -1)
📝 test/WireMock.Net.Tests/WireMockServer.Proxy.cs (+45 -0)

📄 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/1038 **Author:** [@sameena-ops](https://github.com/sameena-ops) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `feature/proxyall` --- ### 📝 Commits (7) - [`77c9f37`](https://github.com/wiremock/WireMock.Net/commit/77c9f372d315bbecef26a9583091d3f89626bd73) Adding proxyall - [`7bdde41`](https://github.com/wiremock/WireMock.Net/commit/7bdde41c887c4849ca9b087adb2be4eaf1942cf5) Adding proxyAll flag - [`eeb30f8`](https://github.com/wiremock/WireMock.Net/commit/eeb30f8f05ae5342738c5d425b70d63b40480bbf) Reverting extra spaces added - [`793b829`](https://github.com/wiremock/WireMock.Net/commit/793b8296730b3a893f1dba30cc0ee4a9fd409f46) Make proxyall to true - [`a54240a`](https://github.com/wiremock/WireMock.Net/commit/a54240ae6a6c190af6b6386d4af6ff14d014776f) Resolving review comments for proxyall - [`e78d7a6`](https://github.com/wiremock/WireMock.Net/commit/e78d7a6a114309e5a8a00fa12d0ca3220cef83be) Resolving codefactor spaces in the code - [`152b078`](https://github.com/wiremock/WireMock.Net/commit/152b078f6e5491fcad7fe09516ccaa27c1815fd6) Adding proxyall parser in wmserversettingsparser ### 📊 Changes **7 files changed** (+68 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs` (+5 -0) 📝 `src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs` (+2 -0) 📝 `src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs` (+3 -0) 📝 `src/WireMock.Net/Server/WireMockServer.Proxy.cs` (+5 -0) 📝 `src/WireMock.Net/Settings/ProxyAndRecordSettings.cs` (+6 -0) 📝 `src/WireMock.Net/Settings/WireMockServerSettingsParser.cs` (+2 -1) 📝 `test/WireMock.Net.Tests/WireMockServer.Proxy.cs` (+45 -0) </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 09:18:53 +01:00
adam closed this issue 2025-12-29 09:18:53 +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#1203