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.
Sure.
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
Since I'm not fluent with PHP I'd rather use an existitng service, or prefer if someone else would add it to winehq. Would you mind adding such a script?
Thanks.