Tagged Questions

2
votes
1answer
234 views

Is Content-Type meta tag important if responce headers include content-type?

At the moment we set content-type in our responce headers, a bit like this... Content-Type text/html; charset=utf-8 We also have this at the top of html pages... <!DOCTYPE html PUBLIC ...