Skip to content

other server.... #5310

Answered by danielhjacobs
ktwebktweb asked this question in Q&A
Sep 16, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You'll need to add an "Access Control Allow Origin" header of Server A's domain (or * to allow requests from any domain) to Server B. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin, as well as https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS for a fuller description of what CORS is. Ruffle uses the Fetch API, so is subject to the same security restrictions as other scripts.

See also #1500.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@n0samu
Comment options

Answer selected by n0samu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants