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

OutOfBlinkCors: M85 POST requests fail with net::ERR_FAILED #301

Closed
salvadordf opened this issue Sep 2, 2020 · 1 comment
Closed

OutOfBlinkCors: M85 POST requests fail with net::ERR_FAILED #301

salvadordf opened this issue Sep 2, 2020 · 1 comment
Labels
bug upstream Issue in the CEF libraries

Comments

@salvadordf
Copy link
Owner

Some web pages have issues loading resources with POST requests in CEF 85.

  1. https://messages.google.com/web will not load the QR code.
  2. https://bitbucket.org/ will not authenticate a user trying to login.
  3. https://www.reddit.com/ will stop scrolling after a while.

All of them show a net::ERR_FAILED error in the "Console" tab of the DevTools.

This is a CEF issue in the latest binaries that is not present in CEF 84 but it has a workaround.

Add this code line before the GlobalCEFApp.StartMainProcess call in the DPR file :
GlobalCEFApp.DisableFeatures := 'OutOfBlinkCors';

Original CEF issue :
https://bitbucket.org/chromiumembedded/cef/issues/3006/outofblinkcors-m85-post-requests-fail-with

@salvadordf salvadordf added bug upstream Issue in the CEF libraries labels Sep 2, 2020
salvadordf added a commit that referenced this issue Sep 10, 2020
- Added the workaround to the issue #301 to the MiniBrowser demo.
salvadordf added a commit that referenced this issue Sep 12, 2020
- Fixed issue #301
- Removed workaround for issue #301 in the MiniBrowser demo.
@salvadordf
Copy link
Owner Author

This issue was fixed in the latest CEF binaries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug upstream Issue in the CEF libraries
Projects
None yet
Development

No branches or pull requests

1 participant