Re: How to get wget to fail to fetch a password-protected URL after a previous success?

2022-12-18 Thread Shlomi Fish
Hi Omer! On Mon, 19 Dec 2022 03:57:25 +0200 Omer Zak wrote: > I am writing regression tests to test that a website continues to > behave the same after moving to another host. > > Among other things, I want to test that a password-protected area in > the website continues to work as expected, p

How to get wget to fail to fetch a password-protected URL after a previous success?

2022-12-18 Thread Omer Zak
I am writing regression tests to test that a website continues to behave the same after moving to another host. Among other things, I want to test that a password-protected area in the website continues to work as expected, protecting its contents. I am trying to test as follows. wget ...other o