Just a simple API for Logophilia.EU.
This API is restricted to requests originating from logophilia.eu.
- CORS: Allowed for
https://logophilia.euandhttps://www.logophilia.eu. - API Key: All requests must include an
X-Api-keyheader with a valid key. - Referrer Check: Requests without an
Originheader (e.g., direct navigation) must have aRefererfrom the allowed domains. - Middleware: Handled by
App\Middleware\CorsMiddlewareandApp\Middleware\AuthMiddleware.