Advertisement
S0lll0s

Runscope Radar Cookie Fix

Feb 15th, 2015
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. variables.set("cookies", response.headers["Set-Cookie"].map(function (c) {
  2.    return c.split(";")[0];
  3. }).join("; ") );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement