1
vote
2answers
61 views
Why does firefox round-trip to the server to determine whether my files are modifed?
I have some static content on my web site that I have set up caching for (using Asp.NET MVC). According to Firebug, the first time I open the page, Firefox sends this request:
GET …
0
votes
3answers
67 views
Do HTTP request headers have to be UTF-8 encoded?
I could not find anything in the spec which says it should be. I have seen a couple of browsers setting their user-agents to non UTF8 encoded strings. There is however a Content-Ty …
1
vote
1answer
37 views
IE accept headers changing, why?
I am trying to debug an issue on my server side and I believe it has to do with the accept headers that are being sent from the browser. Here is my question, why would Internet Ex …
