File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,12 @@ You can read more on SSH port forwarding [here](https://www.ssh.com/academy/ssh/
97
97
98
98
## Cross-origin resource sharing (CORS)
99
99
100
- Coder automatically sets headers that allow requests between separately
101
- forwarded applications belonging to the same user.
100
+ When forwarding via the dashboard, Coder automatically sets headers that allow
101
+ requests between separately forwarded applications belonging to the same user.
102
+
103
+ When forwarding through other methods the application itself will need to set
104
+ its own CORS headers if they are being forwarded through different origins since
105
+ Coder does not intercept these cases. See below for the required headers.
102
106
103
107
### Authentication
104
108
You can’t perform that action at this time.
0 commit comments