Skip to content

Month: November 2022

How To Setting Up Proxy Configuration In Angular 14

Create a proxyConfig file { “/auth/*”: { “target”: “https://kube-master-h1.informatik.fh-nuernberg.de”, “secure”: false, “logLevel”: “debug”, “changeOrigin”: true }, “/api/*”: { “target”: “http://localhost:8080”, “secure”: false, “logLevel”: “debug”, “changeOrigin”:…

Leave a Comment