Advertisement
Guest User

Untitled

a guest
Dec 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $.ajax({
  2. url: 'https://gra.pokewars.pl/profil',
  3. headers: {
  4. 'User-Agent':'Go-http-client/1.1',
  5. 'Cookie':'PHPSESSID='+getCookie("PHPSESSID")
  6. },
  7. method: 'GET'
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement