Determines the required origin for the endpoint and compares it with the given request.
If an OPTIONS request is being handled, a NoContent response is always sent, with all CORS headers set appropriately.
NoContent
For other requests:
Forbidden
@rest-vir/run-service
Determines the required origin for the endpoint and compares it with the given request.
If an OPTIONS request is being handled, a
NoContent
response is always sent, with all CORS headers set appropriately.For other requests:
Forbidden
response is sent.