tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

login should work without specifying a protocol

Open jacalata opened this issue 3 years ago • 2 comments

actual: Invalid URL 'blah.online.dev.tabint.net/api/2.4/serverInfo': No scheme supplied. Perhaps you meant http://blah.online.dev.tabint.net/api/2.4/serverInfo?

jacalata avatar Jul 28 '22 19:07 jacalata

I am not quite sure about this. If my tableau server instance was misconfigured I do not want it to silently fall back to HTTP. It might be fine to assume HTTPS if no protocol is given but using HTTP should be made explicit

septatrix avatar Sep 07 '22 15:09 septatrix

Some of the design choices here are made because we have a lot of users with existing scripts written for this app, and we aim for all of these scripts to continue working as written when they switch from old tabcmd to this one. The old app assumes http if it is not specified, so we will match that behavior in our initial release, and hopefully deprecate it and remove in a version bump.

jacalata avatar Sep 30 '22 08:09 jacalata