Recent content by sharathji1990

  1. S

    Getting HTTP/1.1 401 authentication failure when trying to authenticate proxmox through curl command

    Hi Thanks for the suggestion, I was able to get the URL in which the ticket is being sent. Its not the default json, it's extjs mode. The url is like this I would have to check how to pass parameters for extjs mode, or would have to change the mode to json.
  2. S

    Getting HTTP/1.1 401 authentication failure when trying to authenticate proxmox through curl command

    Hi Thanks for your reply. I did try the -data-urlencode option which you provided, getting the same error. Do I need to install any additional package for support API calls in Proxmox. Since I am getting the same {"Data":Null} in GUI request as well post authentication using Linux PAM standard...
  3. S

    Getting HTTP/1.1 401 authentication failure when trying to authenticate proxmox through curl command

    Hi, When I trying to authenticate proxmox through API or CURL command, I am getting Authentication Failure. The credentials are valid. I tried the same in GUI, but got {"data":null} Proxmox Version: 6.4 curl -v -k -d 'username=root@pam&password=xxxxxxxxx'...