Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Why are some HTML-pages not showing in network tab of developer console?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249066
    Anne1983
    Participant

    While debugging a website I saw that a part of the HTML-pages are not showing up in the Network-traffic Tab of the Developer tools (in my case Chrome browser). When I click on a link on aaaa.html, e.g. it shows me the new bbbb.html and the URL changes from aaaa.html to bbbb.html. But in the developer tools there is no request. If I do a hard refresh on this bbbb.html (click in the URL-bar and hit enter) the page of course reloads again. But this time the network traffic is showing up. Why is this like that?

    #249068
    Mottie
    Member

    It sounds like page aaaa.html has a redirect to page bbbb.html; but I’m not completely sure. See http://stackoverflow.com/q/5411538/145346

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design’ is closed to new topics and replies.