Advertisement
Guest User

Untitled

a guest
Mar 14th, 2016
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   method: 'GET',
  3.   url: '',
  4.   headers: {
  5.     Authorization: AUTH,
  6.     'Content-Type': 'text/plain',
  7.     'Cache-Control': 'no-cache'
  8.   }
  9. };
  10.  
  11. GET /files-pri/... HTTP/1.1
  12. Host: files.slack.com
  13. Authorization: Bearer AUTH
  14. Cache-Control: no-cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement