Concept Flow - Configuring allowed origins
Client sends request
Server receives request
Check Origin header
Origin allowed
Send response
Client receives response
The server checks the request's origin header against allowed origins and either accepts or blocks the request accordingly.