Srikanth Rajkumar

Greenhorn
+ Follow
since Jun 16, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Srikanth Rajkumar

This is a very old post and I would like to add more details on this topic. Just because the URL ends with .xml, it does not mean that the response is going to be an XML. The browsers knows the type of response object based on the response header - Content-Type. Based on the content type, the browsers knows how to display the data. In the way an URL that ends with .xml can render an image by using a Content-Type response header.
9 years ago