We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b24ea commit a511e51Copy full SHA for a511e51
packages/client-composition/builds/browser.ts
@@ -40,7 +40,7 @@ export function compositionClient(appId: string, apiKey: string, options?: Clien
40
logger: createNullLogger(),
41
requester: createXhrRequester(),
42
algoliaAgents: [{ segment: 'Browser' }],
43
- authMode: 'WithinQueryParameters',
+ authMode: 'WithinHeaders',
44
responsesCache: createMemoryCache(),
45
requestsCache: createMemoryCache({ serializable: false }),
46
hostsCache: createFallbackableCache({
0 commit comments