Quellen, http-api
11 Quellen in /var/www/code/http-api/sources.yaml.
| ID | Titel | URL / Referenz | Publisher | Typ | Relevanz |
|---|---|---|---|---|---|
| RFC9110 | HTTP Semantics | https://www.rfc-editor.org/rfc/rfc9110 | IETF | rfc | Normative Grundlage fuer Methoden, Statuscodes, Header und Ressourcen. |
| RFC9111 | HTTP Caching | https://www.rfc-editor.org/rfc/rfc9111 | IETF | rfc | Normative Grundlage fuer Cache-Control, Validatoren und Revalidierung. |
| RFC9457 | Problem Details for HTTP APIs | https://www.rfc-editor.org/rfc/rfc9457 | IETF | rfc | Standardisiertes Format fuer maschinenlesbare API-Fehler. |
| RFC8288 | Web Linking | https://www.rfc-editor.org/rfc/rfc8288 | IETF | rfc | Link-Relationen fuer Pagination und Navigation. |
| OPENAPI31 | OpenAPI Specification 3.1 | https://spec.openapis.org/oas/v3.1.0 | OpenAPI Initiative | specification | Maschinenlesbare API-Vertraege. |
| JSON_SCHEMA_2020_12 | JSON Schema Draft 2020-12 Core | https://json-schema.org/draft/2020-12/json-schema-core | JSON Schema | specification | Validierbare Datenstrukturen fuer Requests und Responses. |
| OWASP_API_TOP10 | OWASP API Security Top 10 2023 | https://owasp.org/API-Security/editions/2023/en/0x00-header/ | OWASP | security_guidance | Risiken bei API-Autorisierung, Ressourcenverbrauch und Datenexposition. |
| OWASP_SESSION | OWASP Session Management Cheat Sheet | https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html | OWASP | security_guidance | URL-basierter State kann ueber Logs, History, Bookmarks und Referer offengelegt werden. |
| MDN_REFERRER_POLICY | Referrer policy configuration | https://developer.mozilla.org/en-US/docs/Web/Security/Practical_implementation_guides/Referrer_policy | MDN Web Docs | guidance | Sensitive Query-Parameter koennen ueber Referer weitergegeben werden. |
| LOCAL_GUI_TABLES | Lokale GUI Library Datentabellen CRUD | file:/var/www/code/gui/datentabellen-crud | Projekt | local_policy | Projektregeln fuer Tabellen, Live-Suche, Sortierung und Pagination. |
| LOCAL_JS_RULES | Lokale JavaScript YAML Library | file:/var/www/code/js | Projekt | local_policy | Clientseitige Enhancement-Regeln fuer Fetch, Abort und DOM-Updates. |