Guest User

Untitled

a guest
Feb 11th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. { hostname: 'site.dev',
  2.   port: 443,
  3.   path: '/app_dev.php/oauth/v2/token',
  4.   method: 'POST',
  5.   rejectUnauthorized: false,
  6.   headers:
  7.    { 'Content-Type': 'application/x-www-form-urlencoded',
  8.      'Content-Length': 310 } }
Advertisement
Add Comment
Please, Sign In to add comment