I created REST webservice and secured it using HTTP Basic authentication.
It working fine, and asking for the username/password.
But on second run (if browser still open) the webservice does not ask for username/password. If I close and reopen browser, it work as I wanted - asking to authentication.
I want webservice ask for username/password on every run (no matter if other web page is open or not).
Any idea what should I do?