You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For sites that prevent hotlinking, by checking the referer, they will reject the request with a 403 error, because the referer being passed along is 'invalid' from their perspective.
gopee should inject referer of the URL of the page being serviced to get around this.
The text was updated successfully, but these errors were encountered:
For sites that prevent hotlinking, by checking the referer, they will reject the request with a 403 error, because the referer being passed along is 'invalid' from their perspective.
gopee should inject referer of the URL of the page being serviced to get around this.
The text was updated successfully, but these errors were encountered: