cors-anywhere
from Cross Origin Resource Sharing
GitHub - Rob--W/cors-anywhere: CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
Node.jsで動く、Proxyサーバーの実装
Cross-Origin Resource Policyヘッダを書き換えることで、クロスオリジンでの利用を想定していない場合でもCross Origin Resource Sharingを可能にする
内部ではNode.js HTTP インターフェイスやhttp-proxyを利用している
node-bitmap-proxyの実装でも利用している