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 7bde143 commit 97dfc75Copy full SHA for 97dfc75
src/services/api/streaming.ts
@@ -64,6 +64,7 @@ export class StreamingAPI extends BaseYdbAPI {
64
method: 'POST',
65
signal: options.signal,
66
headers,
67
+ credentials: this._axios.defaults.withCredentials ? 'include' : 'same-origin',
68
body: JSON.stringify(body),
69
});
70
0 commit comments