[PR #55] [MERGED] Fix the problem with headers passthrough #748

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/55
Author: @dmtrrk
Created: 10/23/2017
Status: Merged
Merged: 10/23/2017
Merged by: @StefH

Base: masterHead: fix-proxy-headers


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/WireMock.Net/Http/HttpClientHelper.cs (+1 -1)

📄 Description

Proxy didn't process some headers correctly.

  1. Content-* headers can't be set manually with validation
  2. Valid AWS Authorization-* header required validation

Reproduce:

  1. Create Wiremock instance
  2. Start local DynamoDb
  3. Proxy all requests to DynamoDb
  4. Create any request with DynamoDb API

🔄 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/55 **Author:** [@dmtrrk](https://github.com/dmtrrk) **Created:** 10/23/2017 **Status:** ✅ Merged **Merged:** 10/23/2017 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `fix-proxy-headers` --- ### 📝 Commits (1) - [`399731d`](https://github.com/wiremock/WireMock.Net/commit/399731d16376688c61e79e822b2c50611f96ac9a) fix header ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Http/HttpClientHelper.cs` (+1 -1) </details> ### 📄 Description Proxy didn't process some headers correctly. 1. `Content-*` headers can't be set manually with validation 2. Valid AWS `Authorization-*` header required validation Reproduce: 1. Create Wiremock instance 2. Start local DynamoDb 3. Proxy all requests to DynamoDb 4. Create any request with DynamoDb API --- <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:01 +01:00
adam closed this issue 2025-12-29 15:33:02 +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#748