-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* for the SPA web app: - requests are sent one-way to the server - responses are ignored * commands are issued * nothing meaningful is communicated back - lack of a CORS response header results in: * the browser blocking data in the response * a warning logged to the javascript console - adding this header: * makes no functional difference * prevents the log messages * for other web clients: - there are AirPlay endpoints that return metadata - if any of this data is queried, this CORS header will permit the client to read it
- Loading branch information
1 parent
9f6198f
commit b557add
Showing
2 changed files
with
26 additions
and
33 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
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