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 fb1bc46 commit 6088025Copy full SHA for 6088025
Sources/Core/Networking/RequestBuilder/EchoRequestBuilder.swift
@@ -78,7 +78,7 @@ final class EchoRequestBuilder: RequestBuilder {
78
originalBodyData: urlRequest.httpBody,
79
path: urlComponents?.percentEncodedPath ?? "",
80
host: url.host ?? "",
81
- algoliaAgent: headers["X-Algolia-Agent"] ?? "",
+ algoliaAgent: headers["User-Agent"] ?? "",
82
queryParameters: queryParameters,
83
headers: headers
84
)
0 commit comments