Guest User

Untitled

a guest
Jun 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Fetch(url, {
  2. headers: {'Cookie': 'key=value...'}
  3. })
  4.  
  5. http = Axios.create({withCredentials: true})
  6. http.post(url, data, {
  7. headers: {'Cookie': 'key=value...'}
  8. })
Add Comment
Please, Sign In to add comment