Skip to content

Commit dcfb1e7

Browse files
feat(request_options): also support multi-cluster header
1 parent 5525ffc commit dcfb1e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

algoliasearch/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747

4848
class RequestOptions:
4949
HEADERS = {
50-
'forwardedFor': 'X-Forwarded-For'
50+
'forwardedFor': 'X-Forwarded-For',
51+
'algoliaUserID': 'X-Algolia-User-ID'
5152
}
5253

5354
def __init__(self, options):

0 commit comments

Comments
 (0)