json cell: do not send empty user info in query string (#17033)

This commit is contained in:
Frédéric Péters 2017-06-20 17:47:04 +02:00
parent d2942a86e4
commit 1f0b71edc6
1 changed files with 1 additions and 0 deletions

View File

@ -853,6 +853,7 @@ class JsonCellBase(CellBase):
headers={'Accept': 'application/json'},
remote_service='auto',
cache_duration=self.cache_duration,
without_user=True,
raise_if_not_cached=not(context.get('synchronous')),
)
if json_response.status_code == 200: