Hacker News new | ask | show | jobs
by desp 3857 days ago
> * Request stuff from arbitrary URLs without a CORS proxy

I think OP probably means a proxy server on your domain which can make arbitrary requests to a third party, in order to get around CORS restrictions:

  browser <--[XHR]--> my-server <--[HTTP]--> third-party