0

What declaration would have priority? Passed in with server resonse header like this or with HTML meta tag like this

Problem is that clien's proxy server is forcing IE to work in IE7 mode by adding responce headers. I want to override this with meta tag. Will this work? I can't test, as I don't have access to client's proxy.

Community
  • 1
  • 1
Max The Cat
  • 401
  • 2
  • 5
  • 16
  • possible duplicate of [Which X-UA-Compatible takes precedence? Http-header or Meta-tags?](http://stackoverflow.com/questions/9128739/which-x-ua-compatible-takes-precedence-http-header-or-meta-tags) – theDmi Sep 10 '15 at 08:04

1 Answers1

0

The meta tag always has higher priority.

rocky
  • 7,506
  • 3
  • 33
  • 48