Start a Conversation

Unsolved

2 Posts

1691

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?

2 Posts

October 1st, 2018 06:00

from vplex support:

prior to 6.x, VPLEX REST API used custom http headers for authentication.

No Events found!

Top