How to avoid web cache affecting functional testing

Zyxel_Kevin
Zyxel_Kevin Posts: 897  Zyxel Employee
Zyxel Certified Network Administrator - Security Zyxel Certified Sales Associate 100 Answers 500 Comments

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.