Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello everyone,I got a general Master (device) template, within this template there is a "Service VPN" (feature) template, and within this last template, several sub-templates (VPN interfaces). I would like to add another VPN interface to this "Servi...
I had the same issue. You need to handle the csrf token AND the cookie: 1) Fetch the token and save it, save the cookie as wellheaders = {
'content-type': "application/json",
'accept': "application/json",
'authorization': encoded_auth_token,
'cache-c...