Skip to content
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

desktop_webview_window: HEAD/trunk version of WebView always generates GET requests (rather than POST etc...) #326

Open
TomKrauss opened this issue Mar 26, 2024 · 0 comments

Comments

@TomKrauss
Copy link

For an expected POST request WebView execute all requests (on Windows) as a GET request. This happens only in the HEAD version of the plugin and may be caused by a regression introduced with the fix of #296.

Reproduce Steps

Steps to reproduce the behavior:

  1. Go to login.microsoft.com (open the developer tools in web view)
  2. Click on the key saying "Login Options" and then on "Security Key" (the developer tools should show a POST request, but a GET request is sent)

Expected behavior

a POST request should be fired in that case.

Version:

  • Flutter Version: 3.19.3
  • OS: Windows
  • plugin: desktop_webview_window HEAD / trunk version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant