tabcmd
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
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)
We probably need to check for a redirected request specifically.
I guess returning success when it failed is a bug, actually