How many requests will be send to server and response
coming from server when you open a web page (e.g. xyz.php)
which has an image tag?
Answers were Sorted based on User's Feedback
Answer / salvin
Request for xyz.php
Response by server
#client Browser encounters an image tag
Request of image
Response by server
Total 2 Requests,2 Responses
| Is This Answer Correct ? | 40 Yes | 2 No |
Answer / roshan karwalkar
i think one request and one response because client send
request for xyz.php and server will give response as a page
containing image.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is Gd PHP?
What are the different functions in sorting an array?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
Tell me what is the use of the function htmlentities?
What are the differences between php constants and variables?
When should you use a stored procedure?
What is null value in php?
Describe session in php.
What is csrf cookie?
What is htaccess in php?
How the web server interprets php and interacts with the client?
What are the methods of array in java?