You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TableauHTTP#get_trusted_ticket_for_user fails when I pass the correct username.
Passing data in str to requests.post results in no Content-Type header. When you pass data in dict, Content-Type: header is set to application/x-www-form-urlencoded and Tableau Server parses this request correctly.
TableauHTTP#get_trusted_ticket_for_user fails when I pass the correct username.
Passing data in
str
to requests.post results in noContent-Type
header. When you pass data indict
,Content-Type:
header is set toapplication/x-www-form-urlencoded
and Tableau Server parses this request correctly.https://github.com/bryantbhowell/tableau_tools/blob/f04234ef93109543025f990f6e79f8da6f567b05/tableau_http.py#L15
These lines
should be:
The text was updated successfully, but these errors were encountered: