We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf433f commit 1771eeeCopy full SHA for 1771eee
src/utils/RestAdapter.ts
@@ -51,8 +51,9 @@ export class RestAdapter implements IHttpAdapter {
51
// Ensure headers object exists and add the custom header
52
httpRequest.headers = {
53
...httpRequest.headers,
54
- 'X-Cognigy-CLI-Info': cliInfoHeader,
+ 'X-Cognigy-Client-Info': cliInfoHeader,
55
};
56
+ console.log('httpRequest.headers', httpRequest.headers);
57
58
if (httpRequest.withAuthentication) {
59
const authenticationHeaders =
0 commit comments