A
A
Alexey Osipov2018-09-25 13:41:54
C++ / C#
Alexey Osipov, 2018-09-25 13:41:54

How to set up automatic authorization on the server in GeckoFx (c#)?

I am writing a project - my own browser in C # WPF. It is necessary to configure automatic user authorization on the server. But with all attempts, a window pops up:
"Authentication Required"
A username and password are being requested by https://test.test.st. The site says: "OracleServer".
Login: ...
Password: ...
Is it possible to set login and password directly through c# code?
ps on the site, the .htaccess file exists and it is registered correctly, since if you log in through a regular browser, login and password are not required.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Malyarov, 2018-09-25
@Konstantin18ko

What prevents you from looking in the browser console what happens during authorization? What headers it sends, what it receives.
PS Normal, not your browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question