- access-denied #!optional procedureparameter
A procedure to be called when the origin header value is rejected by the accept-connection procedure.
The default is:
(lambda () (send-status 'forbidden "<h1>Access denied</h1>"))
A procedure to be called when the origin header value is rejected by the accept-connection procedure.
The default is:
(lambda () (send-status 'forbidden "<h1>Access denied</h1>"))