Jacek Caban jacek@codeweavers.com wrote:
On 6/22/21 4:54 PM, Dmitry Timoshkov wrote:
- case HTTP_BASIC_AUTH_TEST:
lstrcpyW(current_url, L"http://httpbin.org/basic-auth/foo/bar");
Using 3-rd party web pages in our tests is rather suboptimal.
We are using external services in other places like LDAP tests, so, while this is not an ideal solution it could still be acceptable while winehq hosted service is missing. I'd ask to accept the patches as is and once we have our own basic authentication harness then switch to usung it.