setup your webpackdev server to proxy to the remote host and use a relative path from your / (only if they will one day be hosted in the same domain, if they won't be on the same domain, don't do this)
Enable CORS on the remote server if you have access to it or can configure a proxy in front of it
Either:
Browsers are more picky about CORS than Postman is.