RENCI / fuse-immcellfie

Main API, tickets, and project board to be used by dashboards supporting ImmCellFIE project
MIT License
2 stars 0 forks source link

CORS problem on stage #37

Open krobasky opened 2 years ago

krobasky commented 2 years ago

To reproduce, just go to stage and try to submit an email address. the browser console will indicate a CORS error. This can be fixed by either:

  1. putting stage-immcellfie:8000 outside firewall
  2. use '.edc.' in the domain name and use VPN, or
  3. turn off CORS checking from within server.

I would prefer 1. since we need to expose the RESTful interfaces anyway. Let's try again after EDC ticket #4644 has been resolved

krobasky commented 2 years ago

workaround until #4644 is resolved and this ticket is closed, use '.edc.' in the domain name.