MicrosoftEdge / MicrosoftEdge/WebView2Feedback
CoreWebView2.NavigationStarting should include the HTTP method used
@zhuhaichao518 is already working on this.
Since Jan 3, 2023.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
WebView2 currently includes request headers, but does not indicate what verb (e.g. GET, POST, ..) is used when CoreWebView2.NavigationStarting event is raised.
Surfacing this information would allow us to more correctly react to certain user actions.
For example, Apple's WebKit includes this information:
https://developer.apple.com/documentation/webkit/wknavigationaction
https://developer.apple.com/documentation/foundation/urlrequest
URLRequest encapsulates two essential properties of a load request: the URL to load and the policies used to load it. In addition, for HTTP and HTTPS requests, URLRequest includes the HTTP method (GET, POST, and so on) and the HTTP headers.
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.