ccoenraets / cors-proxy

Simple Node.js-based CORS Proxy
121 stars 156 forks source link

How to use the Access-Control-Allow-Origin header #9

Open agtrustdev01 opened 3 months ago

agtrustdev01 commented 3 months ago

When I try to use any other value other than the wildcard "" it fails pre-flight. How to set the value for our internal domain when the origin can be different desktops? I tried this "http://\*domain.net" or "http://\.domain.net" but without success.