[PR #169] [MERGED] Fix for Restricted Response headers #784

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/169
Author: @StefH
Created: 7/19/2018
Status: Merged
Merged: 7/19/2018
Merged by: @StefH

Base: masterHead: Restricted_Headers


📝 Commits (3)

📊 Changes

12 files changed (+186 additions, -7 deletions)

View changed files

📝 CHANGELOG.md (+7 -0)
📝 GitReleaseNotes.txt (+1 -1)
📝 WireMock.Net Solution.sln (+7 -0)
examples/WireMock.Net.Console.HeadersTest/Program.cs (+60 -0)
examples/WireMock.Net.Console.HeadersTest/WireMock.Net.Console.HeadersTest.csproj (+24 -0)
examples/WireMock.Net.Console.HeadersTest/log4net.config (+20 -0)
examples/WireMock.Net.Console.HeadersTest/nlog.config (+18 -0)
📝 examples/WireMock.Net.ConsoleApplication/MainApp.cs (+19 -0)
📝 src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj (+1 -1)
📝 src/WireMock.Net/Owin/OwinResponseMapper.cs (+7 -1)
📝 src/WireMock.Net/WireMock.Net.csproj (+4 -4)
📝 test/WireMock.Net.Tests/FluentMockServerTests.cs (+18 -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/169 **Author:** [@StefH](https://github.com/StefH) **Created:** 7/19/2018 **Status:** ✅ Merged **Merged:** 7/19/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `Restricted_Headers` --- ### 📝 Commits (3) - [`f1896ef`](https://github.com/wiremock/WireMock.Net/commit/f1896ef73a1fe30f5d3ae1b2642012e2b8918d24) WebHeaderCollection.IsRestricted (#148) - [`72394b6`](https://github.com/wiremock/WireMock.Net/commit/72394b6d3eca313f73a2b64a931424717d640b73) Update dependencies - [`75986dd`](https://github.com/wiremock/WireMock.Net/commit/75986ddb40beda4b8f699c07fea9a1349072196f) 1.0.4.7 ### 📊 Changes **12 files changed** (+186 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+7 -0) 📝 `GitReleaseNotes.txt` (+1 -1) 📝 `WireMock.Net Solution.sln` (+7 -0) ➕ `examples/WireMock.Net.Console.HeadersTest/Program.cs` (+60 -0) ➕ `examples/WireMock.Net.Console.HeadersTest/WireMock.Net.Console.HeadersTest.csproj` (+24 -0) ➕ `examples/WireMock.Net.Console.HeadersTest/log4net.config` (+20 -0) ➕ `examples/WireMock.Net.Console.HeadersTest/nlog.config` (+18 -0) 📝 `examples/WireMock.Net.ConsoleApplication/MainApp.cs` (+19 -0) 📝 `src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj` (+1 -1) 📝 `src/WireMock.Net/Owin/OwinResponseMapper.cs` (+7 -1) 📝 `src/WireMock.Net/WireMock.Net.csproj` (+4 -4) 📝 `test/WireMock.Net.Tests/FluentMockServerTests.cs` (+18 -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 15:33:13 +01:00
adam closed this issue 2025-12-29 15:33:13 +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#784