X-Forwarded-Proto

This commit is contained in:
Juan Ignacio Sánchez Lara 2015-09-21 19:01:40 +02:00
parent a2ddb76ef3
commit a0204d50db

View File

@ -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