Skip to content

Instantly share code, notes, and snippets.

@daviwesley
Last active January 12, 2020 22:45
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 daviwesley/5ed204c14ab6a35752948709ce5ecf7f to your computer and use it in GitHub Desktop.
Save daviwesley/5ed204c14ab6a35752948709ce5ecf7f to your computer and use it in GitHub Desktop.
fetch("https://www.tibia.com/account/ajax_email.php",
{"credentials":"include",
"headers":{"accept":"*/*","accept-language":"pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7","content-type":"application/x-www-form-urlencoded","sec-fetch-mode":"cors","sec-fetch-site":"same-origin","x-requested-with":"XMLHttpRequest"},"referrer":"https://www.tibia.com/account/?subtopic=createaccount","referrerPolicy":"no-referrer-when-downgrade","body":"a_EMail=wesley.sud7%40gmail.com","method":"POST","mode":"cors"}).then( e => e.json()).then(e => console.log(e))
data.AjaxObjects[0].Data
"style=background-image:url(https://static.tibia.com/images/global/general/ok.gif);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment