Refresh localhost site does not reuse CSS, images, or javascript resources
If I go here:
http://localhost/sitefolder/
I get the full page and all resources. "Reload current page" and Firefox 8.0.0 will not request the resources, nor will it fetch any cached resources.
If I go here:
http://www.FQDN.com
I get the full page and all resources. "Reload current page" and Firefox 8.0.0 will display any resources in the cache after getting a 302 response.
This is observed with LiveHTTPHeaders 0.17.
However, RequestPolicy shows requests for these resources being made and not blocked.