Hello,
We have found that the documentation for Catalyst SD WAN / Viptela claims the session log out call changed and requires a different HTTP method, however, in our testing, we have found this is not the case and "post" does not work in most cases.
According to docs Between SD-WAN 20.11 and 20.12, the Authentication API used to logout was changed from GET to POST:
Authentication - SD-WAN API, Release 20.11 - Cisco DevNet
GET https://{vmanage-ip-address}/logout?nocache={random-number}`
HTTP Header: "Cookie: JESSIONID={session hash id}"
Authentication - SD-WAN API, Release 20.12 - Cisco DevNet
POST https://{vmanage-ip-address}/logout?nocache={random-number}`
HTTP Header: "Cookie: JESSIONID={session hash id}"
We re-tested and confirmed the “POST” logout option does not work against the devnet 20.10 Always On instance. Although it used to work back in November. We have also tested against a real 20.12 vManage where post doesn't work.
The Cisco 20.12 documentation still indicates “POST” as the option for logout. And the Cisco bug tracker still indicates “get” was changed to “post” in 20.12.1:
https://bst.cisco.com/quickview/bug/CSCvv15134
Has anyone else encountered this?
Thanks!