-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICoreWebView2NavigationStartingEventArgs - Need access to POST data #1202
Comments
Hey @niclet - thanks for the feature request! I've added it to our backlog. We currently do expose POST data in the WebResourceRequested event - would that event work for you? |
@champnic Thanks for your feedback |
@champnic , in IE we can access postdata in below event. Can you please let us know when this feature request will be implemented in webview2. |
we also need to be able to cancel a request based on the contents of the request (POST) data. we need to be able to access the request data in the NavigationStarting event, or cancel the request in the WebResourceRequested event. |
Hi @champnic , Thanks |
We are currently working on this feature now. No specific timeline, but will likely be available within the next few releases. Thanks! |
@champnic , thanks |
@SureshkPerumal @niclet @kurash |
We do require this functionality too. Will this be ever available? |
See #2162 |
Problem description.
There is no way to get the content of a form submission in the NavigationStarting event.
It was available in the "OnBeforeNavigate2" with IE embedded browser.
Solution ?
It would be good to add such capability to ICoreWebView2NavigationStartingEventArgs
AB#32707601
The text was updated successfully, but these errors were encountered: