tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

`tabcmd addusers`: HTTP request changed from `POST` (on HTTP/80) to `GET` (on HTTPS/443)thus result in success without change

Open bn-c opened this issue 1 year ago • 2 comments

As stated above v2.0.14 tabcmd reported success if given --server http://prod-apnortheast-a.online.tableau.com but resulted in no change in user & group settings.

  • Fixed by using --server https://prod-apnortheast-a.online.tableau.com (https)

bn-c avatar Sep 30 '24 08:09 bn-c

We probably need to check for a redirected request specifically.

jacalata avatar Oct 11 '24 20:10 jacalata

I guess returning success when it failed is a bug, actually

jacalata avatar Oct 14 '24 21:10 jacalata