Hi Dmitry,
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. It should be doable with a simple PHP scripts, like we do in other tests, see:
https://source.winehq.org/git/tools.git/tree/HEAD:/winetest/tests
Thanks,
Jacek