-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CORS support so server can work the vscode test web server.
* When vscode test server runs the frontend will be using a different host and port then the backend so we have CORS issues * Add CORS support to the server so we can use it when developing the frontend * It looks like the test server or chromium generates a random hostname so we need to add special support to CORS to be able to deal with this
- Loading branch information
Showing
7 changed files
with
277 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.