https://itunes.apple.com/lookup only allows request from localhost

Attempting to pull a podcast, via it's ID, leads to a CORS error, as it has the response header:

access-control-allow-origin: http://localhost:3000

Meaning, locally, I am able to pull the required podcast episode list, but as soon as I am in staging or production, the whole thing falls over.

Has anyone come across this issue, and does anyone have any work arounds?

https://itunes.apple.com/lookup only allows request from localhost
 
 
Q