Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- q = parseInt(prompt("Quantos SSO's deseja pegar?", ""));
- for (i = 1; i <= q; i++) {
- new Ajax.Request(/client/, {
- onComplete: function (x) {
- console.log(x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3]);
- }
- });
- };
Advertisement
Add Comment
Please, Sign In to add comment