Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. url=document.location.pathname;
  2. url=url.substr(0,trimPosition);
  3. xhr.open(method.toUpperCase(),url,this.options.async,this.options.user,this.options.password);
  4.  
  5. GET /h.c7c27d/foo.js HTTP/1.1
  6. Host: fo.exemple.com
  7. Accept: */*
  8. Accept-Language: en
  9. User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0)
  10. Connection: close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement