X-Forwarded-Proto
This commit is contained in:
parent
a2ddb76ef3
commit
a0204d50db
@ -167,7 +167,7 @@ $$
|
||||
if params['host'] is None:
|
||||
return None
|
||||
|
||||
headers = { 'Authorization': params['auth'], 'Content-Type': 'application/json' }
|
||||
headers = { 'Authorization': params['auth'], 'Content-Type': 'application/json', 'X-Forwarded-Proto': 'https' }
|
||||
|
||||
retry = 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user