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 5a2a85b commit 1d23934Copy full SHA for 1d23934
packages/client_core/lib/src/transport/dio/platform/platform_web.dart
@@ -13,5 +13,5 @@ Iterable<AgentSegment> platformAgentSegments() => [
13
14
/// [AlgoliaAgent] for web platforms as query param.
15
void platformAlgoliaAgent(dio.RequestOptions options, String agent) {
16
- options.queryParameters["X-Algolia-Agent"] = agent;
+ options.queryParameters["x-algolia-agent"] = agent;
17
}
0 commit comments