[PR #71] [MERGED] Fixed restricted headers on response #753

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/71
Author: @StefH
Created: 12/7/2017
Status: Merged
Merged: 12/7/2017
Merged by: @StefH

Base: masterHead: stef_issue_70


📝 Commits (2)

📊 Changes

7 files changed (+54 additions, -35 deletions)

View changed files

📝 WireMock.Net Solution.sln (+2 -2)
📝 appveyor.yml (+0 -1)
📝 examples/WireMock.Net.ConsoleApplication/MainApp.cs (+10 -0)
📝 examples/WireMock.Net.ConsoleApplication/WireMock.Net.Console.NET452.csproj (+0 -0)
📝 src/WireMock.Net/Owin/GlobalExceptionMiddleware.cs (+2 -2)
📝 src/WireMock.Net/Owin/OwinResponseMapper.cs (+29 -10)
📝 src/WireMock.Net/ResponseBuilders/Response.cs (+11 -20)

📄 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/71 **Author:** [@StefH](https://github.com/StefH) **Created:** 12/7/2017 **Status:** ✅ Merged **Merged:** 12/7/2017 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef_issue_70` --- ### 📝 Commits (2) - [`81da18b`](https://github.com/wiremock/WireMock.Net/commit/81da18b4ba62a56ae3ae6297e2a53dcd7bcc1964) Fixed restricted headers on response - [`4e36df4`](https://github.com/wiremock/WireMock.Net/commit/4e36df4a0a51e86e755635296b1596d2e70dc9ac) appveyor ### 📊 Changes **7 files changed** (+54 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `WireMock.Net Solution.sln` (+2 -2) 📝 `appveyor.yml` (+0 -1) 📝 `examples/WireMock.Net.ConsoleApplication/MainApp.cs` (+10 -0) 📝 `examples/WireMock.Net.ConsoleApplication/WireMock.Net.Console.NET452.csproj` (+0 -0) 📝 `src/WireMock.Net/Owin/GlobalExceptionMiddleware.cs` (+2 -2) 📝 `src/WireMock.Net/Owin/OwinResponseMapper.cs` (+29 -10) 📝 `src/WireMock.Net/ResponseBuilders/Response.cs` (+11 -20) </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:33:25 +01:00
adam closed this issue 2025-12-29 08:33:25 +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#753