Commit d48db36
fix: remove credentials:include from REST requests — OSC proxy omits Allow-Credentials header
Catalog service instances on OSC do not propagate Access-Control-Allow-Credentials,
so credentials:include caused CORS failures for all REST calls from the deployed studio.
REST auth still uses Authorization header; WebSocket auth uses the OSC cookie set by sat.ts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1507cd4 commit d48db36
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments