What can cause a persistent “Reload the page to get source for” error in firebug?

前端 未结 10 2373
执笔经年
执笔经年 2020-12-16 11:23

I\'m trying to debug the javascript of a specific page, and I keep seeing

Reload the page to get source for page.htm in Firebug.

On Chrome, I\'m

10条回答
  •  旧巷少年郎
    2020-12-16 11:51

    I have this problem once.
    the solve for me is the host name

    page url: http://localhost
    request url: http://192.168.0.1

提交回复
热议问题