Skip to content

Instantly share code, notes, and snippets.

@ozzi-
Created June 9, 2020 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozzi-/fe6ef5f83076f2435dda61d64e055d90 to your computer and use it in GitHub Desktop.
Save ozzi-/fe6ef5f83076f2435dda61d64e055d90 to your computer and use it in GitHub Desktop.
xhr1.open("POST","http://external2.com");
xhr2.open("POST","www.external2.com");
xhr3.open("POST","//external2.com");
xhr4.open("POST","http://gist.githubusercontent.com/testrlocal");
xhr4.open("POST","gist.githubusercontent.com/testrlocal");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment