Unsolved
This post is more than 5 years old
2 Posts
0
1694
September 30th, 2018 20:00
rest api user authentication failed
vplex version 5.5
the following command runs with error "user authentication failed":
curl -k -u patrol:Abcd.1234 https://ip/vplex
But the following command runs ok:
curl -k -H "Username:patrol" -H "Password:Abcd.1234" https://ip/vplex
why?
No Events found!
yeweitong
2 Posts
0
October 1st, 2018 06:00
from vplex support:
prior to 6.x, VPLEX REST API used custom http headers for authentication.