M
M
Maxim K2021-08-03 11:47:46
C++ / C#
Maxim K, 2021-08-03 11:47:46

What needs to be corrected in cefsharp so that the login / password entry window appears?

There is a site, when you access it through google chrome, a login / password input window pops up. If I insert the same address into cefsharp, then an error pops up - you are not authorized on the server. Pop-up windows are enabled - checked. Can cefsharp be represented by google chrome, does user-agent and other settings affect this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Michael R., 2021-08-03
@Mike_Ro

Most likely, the site is checked for bots / emulator, etc. You need to check what cefsharp sends at the time of accessing the site and the poke method, compare it with the classic chrome - cut out or mask all the different moments ...

M
Maxim K, 2021-08-03
@mkvmaks

I found something to check - through cefsharp it does not let me into the admin panel of the router. When entering the address: 192.168.1.1, there should be a request for a login / password, but it is not, immediately an error: Access Error: Unauthorized
Access to this document requires a User ID

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question