nPhoenix

[JS] Pegar SSO

Mar 5th, 2012
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new Ajax.Request('/client', {
  2. onComplete: function(x) {
  3. console.log(x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3]);
  4. }
  5. })
Advertisement
Add Comment
Please, Sign In to add comment