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
I tried to use BasicAuthenticationExtension when applying the query as stream, and the header is not added to the query.
In BasicAuthenticationSpec, queries are tested to include the header only with the .execute method and not with .streamAs method. Attached a patch with a scenario testing this issue and failing. Test_basic_authentication_with_streaming.txt
The text was updated successfully, but these errors were encountered:
redfaithful
changed the title
RequestInterceptors not applied when query executed as stream
RequestInterceptor not applied when query executed as stream
Jun 28, 2020
I tried to use BasicAuthenticationExtension when applying the query as stream, and the header is not added to the query.
In BasicAuthenticationSpec, queries are tested to include the header only with the .execute method and not with .streamAs method. Attached a patch with a scenario testing this issue and failing.
Test_basic_authentication_with_streaming.txt
The text was updated successfully, but these errors were encountered: