From: Dmitry Timoshkov Subject: Re: [PATCH] urlmon: Handle failure using HTTP Basic authentication scheme by asking user/password. Message-Id: <20210608220241.9403c896904b10ab1d8468fc@baikal.ru> Date: Tue, 8 Jun 2021 22:02:41 +0300 In-Reply-To: <9a342b6e-4db0-039e-e616-d700e3e05aef@codeweavers.com> References: <20210607193959.8adb4a83abf0bfc70b244302@baikal.ru> <9a342b6e-4db0-039e-e616-d700e3e05aef@codeweavers.com> Hi Jacek, Jacek Caban 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.