What Content-Type value should I send for my XML sitemap?
问题 I thought I should send "text/xml", but then I read that I should send "application/xml". Does it matter? Can someone explain the difference? 回答1: The difference between text/xml and application/xml is the default character encoding if the charset parameter is omitted: Text/xml and application/xml behave differently when the charset parameter is not explicitly specified. If the default charset (i.e., US-ASCII) for text/xml is inconvenient for some reason (e.g., bad web servers), application