I am having a doubt about the working of the HTTP protocol.
We know that HTTP is used for transfering the hyperText only.
Now suppose if I type some url in my browser and press enter the web page is loaded in the browser also the images and the some flash contents(if any) in the in the web page are displayed.
Now my question is that are the images and the flash contents in the web page also treated as hypertext by the HTTP server and the web browser?
A GET request is designed to retrieve data from the server. It doesn’t really matter what the data is. It’s just a resource that can be called by name and is handled by the browser.