tableau / tabcmd

A Python based app that replicates the functionality of the existing TabCMD command line utility
https://tableau.github.io/tabcmd/
MIT License
43 stars 12 forks source link

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

Open bn-c opened 2 weeks ago

bn-c commented 2 weeks ago

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.

jacalata commented 4 days ago

We probably need to check for a redirected request specifically.

jacalata commented 1 day ago

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