Imgur images returning 403

后端 未结 1 1251
野的像风
野的像风 2021-01-06 18:32

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         


        
相关标签:
1条回答
  • 2021-01-06 18:50

    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).

    Meanwhile try to change your dev server host from 127.0.0.1 to localhost or maybe your real IP address.

    0 讨论(0)
提交回复
热议问题