Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 300 Bytes

cookie.md

File metadata and controls

12 lines (8 loc) · 300 Bytes
description
Use cookies file to Run Owl CURL Commands

Cookie

curl -i -X POST -d username=<username> -d password=<password> http://localhost:9000/login -c cookies.txt

curl -i --header "Accept:application/json" -X GET -b cookies.txt "http://localhost:9000/v2/getsecuritymap"