Ends the session and cancels the authentication cookie.
/LoadTest/rest/authentication-point/logout
Your application must get the logout resource before closing.
GET: Returns the canceled QCSession and LWSSO cookies.
Headers:
None
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Content-Type
None
Request Body:
None
GET /LoadTest/rest/authentication-point/logout
Headers:
None
Cookies:
Set-Cookie: LWSSO_COOKIE_KEY=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
Set-Cookie: QCSession=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
HTML Return Code:
See the HTTP Return Codes
HTML Body:
None
|