Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

network error on local webpage, ok on website

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 49 wyświetleń
  • Ostatnia odpowiedź od john17

more options

I have a website (oakmontwx.eu5.net) and the front page shows up properly, but when I open the front page locally I get a network error. I am not using localhost on my computer, but I have a javascript routine which reads a text file every 10 seconds. The network error occurs when the page tries to read the file, and only half the webpage appears. On the website there is no problem.

This only started occurring today after Firefox did an auto update. I have refreshed FF and also reinstalled it but the problem persists. The page shows up properly in MS Edge and Safari.

I have a website (oakmontwx.eu5.net) and the front page shows up properly, but when I open the front page locally I get a network error. I am not using localhost on my computer, but I have a javascript routine which reads a text file every 10 seconds. The network error occurs when the page tries to read the file, and only half the webpage appears. On the website there is no problem. This only started occurring today after Firefox did an auto update. I have refreshed FF and also reinstalled it but the problem persists. The page shows up properly in MS Edge and Safari.

Wybrane rozwiązanie

john17 said

I am not using localhost on my computer, but I have a javascript routine which reads a text file every 10 seconds. The network error occurs when the page tries to read the file, and only half the webpage appears. On the website there is no problem.

A security fix in Firefox 68 limits access from file:// pages to other file:// pages. I don't know the exact details of what the restrictions are. Please see the following thread for a workaround, although you might only want to enable it during development:

https://support.mozilla.org/questions/1264312

Does that work for your page?

Przeczytaj tę odpowiedź w całym kontekście 👍 1

Wszystkie odpowiedzi (2)

more options

Wybrane rozwiązanie

john17 said

I am not using localhost on my computer, but I have a javascript routine which reads a text file every 10 seconds. The network error occurs when the page tries to read the file, and only half the webpage appears. On the website there is no problem.

A security fix in Firefox 68 limits access from file:// pages to other file:// pages. I don't know the exact details of what the restrictions are. Please see the following thread for a workaround, although you might only want to enable it during development:

https://support.mozilla.org/questions/1264312

Does that work for your page?

more options

Thanks jscher2000 - that fixed the problem.