Auth - Keepalive
/auth/keepalive
Possible Methods
GET
Arguments
n/a
Json Object
n/a
Â
Example
curl -c cookies.txt -X GET "http://localhost:8185/auth/keepalive" > response.txt
Â
Example Response
curl -c cookies.txt -X GET "http://localhost:8185/auth/keepalive" > response.txt
{"response":{"action":"KeepAlive","success":true,"message":"Cookie kept alive","time":0}}