Custom local domain solves CORS and other issues
Problem
http://localhost:3000 can’t call your remote API because of browser-enforced limitations involving CORS, cookie sharing, and HTTPS.
Solution
Set up local.yourdomain.com on your dev machine so your browser will successfully call your remote se...
jordanbrennan.hashnode.dev3 min read
Pavel Isel Perez Pupo
I've been using local-ssl-proxy, you can find it in npm