python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CefSharp CORS error on request to localhost: request client is not a secure context and the resource is in more-private address space local
I am building a web app with the following architecture:
remote server
CefSharp to render pages coming from the remote server
local server to communicate the app with a serial port
But when I make r...
Lucas Miyazaki
Votes: 0
Answers: 2
CefSharp does not register js object for remote users
I have a page on a remote server that is displayed on cefsharp WebBrowser, for obvious reasons of compatibility with some components that require FlashPlayer I cannot change the cef version.
I know th...
Synthwave1990
Votes: 0
Answers: 0
Fetching images from the CefBrowser - How many and what is their order?
I'm using the CefSharp browser to grab images off of an Html page and convert them to System.Drawing.Bitmaps. To do so, I've implemented a BrowserRequestHandler and ImageResourceRequestHandler. The Im...
d ei
Votes: 0
Answers: 1
Why does CefSharp shows errors on some websites
I build a small browser with cefsharp. When I go with my browser on https://www.kitanetz.de/bayern/86447/schulstr-29.php then I see the following:
https://i.stack.imgur.com/FKtUM.png
When I use for ex...
WaterWithIce
Votes: 0
Answers: 0