I\'ve been making a react app and recently whenever I try to access images from imgur like so
this.setState({ imgUrl: `https://i.imgur.com/${this.props.im
Imgur's CDN seems to restrict access to images from a 127.0.0.1 referer. This has been reported to them as an issue (matter of server configuration).
127.0.0.1
Meanwhile try to change your dev server host from 127.0.0.1 to localhost or maybe your real IP address.
localhost