[PR #925] [MERGED] Add IgnoreCase option to ProxyUrlReplaceSettings #1148

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/925
Author: @StefH
Created: 4/23/2023
Status: Merged
Merged: 4/23/2023
Merged by: @StefH

Base: masterHead: proxy-settings-ignorecase


📝 Commits (2)

  • 08fdcaa Add IgnoreCase option to ProxyUrlReplaceSettings
  • 0c621f9 fix

📊 Changes

4 files changed (+36 additions, -1 deletions)

View changed files

📝 src/WireMock.Net.Abstractions/Admin/Settings/ProxyUrlReplaceSettingsModel.cs (+5 -0)
src/WireMock.Net/Compatibility/StringExtensions.cs (+15 -0)
📝 src/WireMock.Net/Proxy/ProxyHelper.cs (+11 -1)
📝 src/WireMock.Net/Settings/ProxyUrlReplaceSettings.cs (+5 -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/925 **Author:** [@StefH](https://github.com/StefH) **Created:** 4/23/2023 **Status:** ✅ Merged **Merged:** 4/23/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `proxy-settings-ignorecase` --- ### 📝 Commits (2) - [`08fdcaa`](https://github.com/wiremock/WireMock.Net/commit/08fdcaad3a6708202d7daad44fd0ec99d14e131d) Add IgnoreCase option to ProxyUrlReplaceSettings - [`0c621f9`](https://github.com/wiremock/WireMock.Net/commit/0c621f9f72630768cbf34f457bd93ef3a7aa8b9b) fix ### 📊 Changes **4 files changed** (+36 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.Abstractions/Admin/Settings/ProxyUrlReplaceSettingsModel.cs` (+5 -0) ➕ `src/WireMock.Net/Compatibility/StringExtensions.cs` (+15 -0) 📝 `src/WireMock.Net/Proxy/ProxyHelper.cs` (+11 -1) 📝 `src/WireMock.Net/Settings/ProxyUrlReplaceSettings.cs` (+5 -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 08:34:59 +01:00
adam closed this issue 2025-12-29 08:34:59 +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#1148