Skip to content
Snippets Groups Projects
Commit 0b264a1e authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-1912: Accept-Encoding gzip

parent a6ab0119
No related branches found
No related tags found
1 merge request!905TMSS-1912
......@@ -109,6 +109,7 @@ class TMSSsession(object):
self.session.__enter__()
self.session.verify = False
self.session.headers['Accept'] = 'application/json'
self.session.headers['Accept-Encoding'] = 'gzip'
if self.authentication_method == self.OPENID:
# get authentication page of OIDC through TMSS redirect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment