[PR #1296] [MERGED] Content-Type multipart/form-data header should also be proxied #1322

Closed
opened 2025-12-29 16:19:41 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1296
Author: @StefH
Created: 5/15/2025
Status: Merged
Merged: 5/15/2025
Merged by: @StefH

Base: masterHead: 1295-multipart-header


📝 Commits (1)

  • 13775c7 Content-Type multipart/form-data header should also be proxied

📊 Changes

4 files changed (+54 additions, -17 deletions)

View changed files

📝 src/WireMock.Net/Http/ByteArrayContentHelper.cs (+0 -3)
📝 src/WireMock.Net/Http/HttpRequestMessageHelper.cs (+5 -4)
📝 src/WireMock.Net/Http/StringContentHelper.cs (+0 -3)
📝 test/WireMock.Net.Tests/Http/HttpRequestMessageHelperTests.cs (+49 -7)

📄 Description

Submitter checklist

  • Recommended: Join WireMock Slack to get any help in #help-contributing or a project-specific channel like #wiremock-java
  • The PR request is well described and justified, including the body and the references
  • The PR title represents the desired changelog entry
  • The repository's code style is followed (see the contributing guide)
  • Test coverage that demonstrates that the change works as expected
  • For new features, there's necessary documentation in this pull request or in a subsequent PR to wiremock.org

🔄 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/1296 **Author:** [@StefH](https://github.com/StefH) **Created:** 5/15/2025 **Status:** ✅ Merged **Merged:** 5/15/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `1295-multipart-header` --- ### 📝 Commits (1) - [`13775c7`](https://github.com/wiremock/WireMock.Net/commit/13775c7661c31613d12f627c65420258c694e607) Content-Type multipart/form-data header should also be proxied ### 📊 Changes **4 files changed** (+54 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Http/ByteArrayContentHelper.cs` (+0 -3) 📝 `src/WireMock.Net/Http/HttpRequestMessageHelper.cs` (+5 -4) 📝 `src/WireMock.Net/Http/StringContentHelper.cs` (+0 -3) 📝 `test/WireMock.Net.Tests/Http/HttpRequestMessageHelperTests.cs` (+49 -7) </details> ### 📄 Description ## Submitter checklist - [ ] Recommended: Join [WireMock Slack](https://slack.wiremock.org/) to get any help in `#help-contributing` or a project-specific channel like `#wiremock-java` - [x] The PR request is well described and justified, including the body and the references - [x] The PR title represents the desired changelog entry - [x] The repository's code style is followed (see the contributing guide) - [x] Test coverage that demonstrates that the change works as expected - [ ] For new features, there's necessary documentation in this pull request or in a subsequent PR to [wiremock.org](https://github.com/wiremock/wiremock.org) <!-- Put an `x` into the [ ] to show you have filled the information. The template comes from https://github.com/wiremock/.github/blob/main/.github/pull_request_template.md You can override it by creating .github/pull_request_template.md in your own repository --> --- <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 16:19:41 +01:00
adam closed this issue 2025-12-29 16:19:41 +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#1322