Skip to content

CoreWebView2_WebResourceRequested not providing binary multi-part POST Data in Request.Content #2162

Description

@RickStrahl

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:

image

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

image

So for some reason it looks if the data is multi-part or contains binary data the request content is not provided.

AB#38186390

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtrackedWe are tracking this work internally.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions