[PATCH] urlmon: Handle failure using HTTP Basic authentication scheme by asking user/password.

Dmitry Timoshkov dmitry at baikal.ru
Tue Jun 8 14:02:41 CDT 2021


Hi Jacek,

Jacek Caban <jacek at codeweavers.com> wrote:

> On 6/7/21 6:39 PM, Dmitry Timoshkov wrote:
> > +void handle_basic_auth_error(Protocol *prot)
> > +{
> > +    HttpProtocol *This = impl_from_Protocol(prot);
> > +
> > +    handle_http_error(This, ERROR_SUCCESS);
> > +}
> 
> 
> Shouldn't we use IAuthenticate from bind status callback in this case?

I'd appreciate some pointers how to implement this using BSC interface.

-- 
Dmitry.



More information about the wine-devel mailing list