mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1038] [MERGED] Proxy all requests - even a repeated one #1203
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/proxyall📝 Commits (7)
77c9f37Adding proxyall7bdde41Adding proxyAll flageeb30f8Reverting extra spaces added793b829Make proxyall to truea54240aResolving review comments for proxyalle78d7a6Resolving codefactor spaces in the code152b078Adding 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.