There are some issues with CORS with some of the external servers we depend on, e.g. AGLDWG PID redirect server. They don't forward the CORS headers and so some AJAX requests get blocked by the browser. In the meantime, we are using https://cors-anywhere.edmondchuc.com, but it'd be better if we deploy a copy of this in the TERN infrastructure.
There are some issues with CORS with some of the external servers we depend on, e.g. AGLDWG PID redirect server. They don't forward the CORS headers and so some AJAX requests get blocked by the browser. In the meantime, we are using https://cors-anywhere.edmondchuc.com, but it'd be better if we deploy a copy of this in the TERN infrastructure.
CORS Anywhere by Rob Wu - https://github.com/Rob--W/cors-anywhere Forked version with some docker stuff - https://github.com/edmondchuc/cors-anywhere