You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run this from Chrome's console, you'll get the token and ar_v4 values. You still don't get the session_id value. Is there a way to get that?
vars="# Settings for the wpe-cli integration\nwpe-cli:\n\ttoken: "+/<meta\s+name="csrf-token"\s+content="([^"]+)"\s*\/?>/ig.exec(document.head.innerHTML)[1]+"\n\tar_v4: "+/__ar_v4=([^;]+);/ig.exec(document.cookie)[1];copy(s);console.log(s);
The text was updated successfully, but these errors were encountered:
If you run this from Chrome's console, you'll get the
token
andar_v4
values. You still don't get thesession_id
value. Is there a way to get that?The text was updated successfully, but these errors were encountered: