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
@hashhar I would like to take this. Could you please give me some pointers, to begin with? I have skimmed through client.py and auth.py but was not able to understand where we make the initial connection and how we check if it's an initial request?
@aakashnand: The initial request is the query submission, i.e. the POST statement, the subsequent GET statements or other API calls shouldn't include the extra credentials.
Client should send extra credentials only on the initial request.
See trinodb/trino#14364 (comment) for more context.
The text was updated successfully, but these errors were encountered: