Gabriel
Gabriel
I already did that, latest version is 0.5?
How cant this be achieved? I also need this
It would be very nice this feature! I was searching for this.
Ok thanks, I would need this before going to production, as having open cors in an api with authentication might be a high security risk. I didn't found a way...
> To do this at the proxy level with nginx, you could just use `proxy_hide_header`: https://stackoverflow.com/a/56617888 Amazing! I will try this thanks.
I tried: nginx.org/proxy-hide-headers: "Access-Control-Allow-Origin,Access-Control-Allow-Credentials,Access-Control-Allow-Methods,Access-Control-Allow-Headers,Access-Control-Max-Age" But it doesn't seem to be working, maybe I'm missing something.
Yes sorry, it indeed worked adding proxy hide headers thanks all! Closing this.
Any news on this one? Really interested on this functionality
Exaclty same error here, just uninstalled Docker Desktop and installed Rancher Desktop 1.3.0 with this error. Windows 11 + wsl + Ubuntu integration. Tried changing container runtime to dockerd just...
Found: It was the hostname, it cannot contain any dash. After changing hostname-example to hostnameexample and restarting the pc, it worked.