MicrosoftEdge / MicrosoftEdge/WebView2Feedback
CoreWebView2_WebResourceRequested not providing binary multi-part POST Data in Request.Content
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
I have an application that captures Web Request data for later playback (WebSurge). This works great for standard text based content be it API requests or captured form data - the data gets captured into the Request stream and I can grab it out of there. Works great.
However, if the data is multi-part form data with binary data, the Request.Content is always null:

In contrast, here is a POST request with standard form data which does work and returns a Request.Content stream:

So for some reason it looks if the data is multi-part or contains binary data the request content is not provided.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.