Wikipedia seems to imply that <meta http-equiv>
in a web page causes the server to update the response header, but that doesn't sound right to me since the server would have to parse the document before it's sent. That would be fugly.
But, I'm having trouble finding much on what does happen when when <meta http-equiv>
is used. It seems likely to me that the client parses the page and clobbers anything that was sent in the HTTP header if a <meta http-equiv>
tag is found conflicts with the header.
Does anybody know what the actual process is and/or have any ideas about where I might find more information about this topic?
Thanks!
Greg