feat: API-Proxy für SOAP-Webservice implementiert

- API-Route hinzugefügt: /api/gisStationsStaticDistrict
- Dynamisches Lesen von URL-Parametern (idMap, idUser) aus Anfrage
- SOAP-Anfrage an ASP.NET-Webservice weitergeleitet
- XML-Antwort verarbeitet und zurückgegeben
- CORS-Header und OPTIONS-Preflight für Sicherheit konfiguriert
- Fehlerbehandlung und Debug-Logs integriert
This commit is contained in:
ISA
2025-01-02 13:59:18 +01:00
parent bd840b951a
commit 20a2abd9b6
5 changed files with 188 additions and 31 deletions

View File

@@ -6,6 +6,7 @@
"@mui/icons-material": "^6.0.2",
"@reduxjs/toolkit": "^2.2.7",
"autoprefixer": "^10.4.19",
"cookies": "^0.9.1",
"dotenv": "^16.4.5",
"http-proxy-middleware": "^3.0.0",
"leaflet": "^1.9.4",