http - PHP page load seems to be requesting itself and misinterpreting the result -


i'm working on messy php page developer , analyzing resource view in webkit developer tools , noticed page (index.php) makes http requests , interprets results image despite being sent text/html header. because of throws warning:

resource interpreted image transferred mime type text/html.

looking @ time graph call comes after <head> because has requested images body. there 2 'bad' requests.

can explain might happening and/or suggest how fix this? these related php includes?

not sure how webkit making requests, time i've seen kind of behavior (a script calling image) when:

  • image urls supposed generated , not - leaving image source '' or current url.
  • a mod_rewrite 'greedy', , redirects image requests - including browser's favicon request - bootstrap (or similar) script.

does webkit request favicon? later request in timeline.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -