How to avoid web cache affecting functional testing

Options
Zyxel_Kevin
Zyxel_Kevin Posts: 776  Zyxel Employee
First Anniversary 10 Comments Friend Collector First Answer

Scenario:

You added web content filter to limited client access. However, you may find client still can access web which you blocked.

Workaround:

There are exist web cache (cookie, keep-alive). so we will recommend :

1)Using incognito mode.

2)Using curl command. For example: curl https://www.zyxel.com

3)Tryting to send request without keep-alive header.