Created
July 6, 2017 11:17
-
-
Save iUltimateLP/3bf0912f392e007d5d1dce6905c5219d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var xmlhttp = new XMLHttpRequest(); | |
xmlhttp.open("GET", "localhost:8080/secure", true); | |
xmlhttp.setRequestHeader("Authorization", "Basic logout"); | |
xmlhttp.send(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment