Resolved! Refresh REST token for authentication
Hey everyone. I am developing a CVP 11.6 application that needs to authenticate a REST API. The token is only valid for a short time before needing to be regenerated. While I am able to check for a 401 and POST credentials to generate a new token ...