Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created June 3, 2022 02:10
Show Gist options
  • Select an option

  • Save Octagon-simon/bffbe6a212010af9acab3f24d32cf49a to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/bffbe6a212010af9acab3f24d32cf49a to your computer and use it in GitHub Desktop.
const userQuery = {
uname : "Simon",
pass : "OctaHenryX6D"
}
//store url
let url = doQuery('http://mywebsite.com/check-record', userQuery);
//send to the browser
window.location.href=url;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment