ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I keep getting "Network error when attempting to fetch resource" when I try and log into a website

  • 1 (رد واحد)
  • 1 has this problem
  • 2 views
  • آخر ردّ كتبه techguy150

more options

I keep getting "Network error when attempting to fetch resource" when I try and log into a website I've been on the website today and logged in without problems. Then my session ended and i had to log in again! Now i can't. try clearing cache, restarting etc www.victoriassecret.com

Thanks!

I keep getting "Network error when attempting to fetch resource" when I try and log into a website I've been on the website today and logged in without problems. Then my session ended and i had to log in again! Now i can't. try clearing cache, restarting etc www.victoriassecret.com Thanks!

All Replies (1)

more options

Look at the network activity debugger in your browser, or try hitting the URL using curl -v from the terminal.

That will generally help you sort out what headers are being included.

The rule you included would only add those headers to images, not your JSON stuff, but maybe that was just an example?

FWIW, I think it’s way more natural to do this in the python code:

     self.response.headers["Access-Control-Allow-Origin"] = "*"