Skip to content

How to enable CORS when using the development server combined with a second local server (local host) ? #558

Answered by gdotdesign
serge-hulne asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @serge-hulne

CORS is done on the server side, you need to set up the appropriate response headers for all requests:
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#the_http_response_headers

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@gdotdesign
Comment options

@serge-hulne
Comment options

@gdotdesign
Comment options

@gdotdesign
Comment options

@serge-hulne
Comment options

Answer selected by serge-hulne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #557 on December 18, 2022 05:12.