I am stuck at logout function (JavaScript) to log user out of a browser-based authentication.
I can use http://wronguser:wrongpassword@domain.com/ to logout. But it can work with http only.
How to make it works with HTTPs?
Asked
Active
Viewed 61 times
1

thienkhoi tran
- 341
- 2
- 9
-
http://stackoverflow.com/a/233551/1207049 – marekful Aug 28 '15 at 08:41
-
possible duplicate of [How to log out user from web site using BASIC authentication?](http://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic-authentication) – Mendhak Aug 28 '15 at 09:22
-
Hi, as I told before, it can work with http but cannot work with https. – thienkhoi tran Aug 28 '15 at 09:45