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 7f23c67 commit 5064078Copy full SHA for 5064078
src/services/api/streaming.ts
@@ -73,7 +73,7 @@ export class StreamingAPI extends BaseYdbAPI {
73
method: 'POST',
74
signal: options.signal,
75
headers,
76
- credentials: this.withCredentials ? 'include' : undefined,
+ credentials: this.withCredentials ? 'include' : 'same-origin',
77
body: JSON.stringify(body),
78
});
79
0 commit comments