Advertisement
dereksir

Untitled

Aug 10th, 2023 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. curl -L -X POST 'http://localhost:8191/v1' \
  2. -H 'Content-Type: application/json' \
  3. --data-raw '{
  4.  "cmd": "sessions.destroy",
  5.  "session": "session_ID",
  6.  "url":"http://www.google.com/",
  7.  "maxTimeout": 60000
  8. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement