InterviewSolution
Saved Bookmarks
| 1. |
When the web page is request from a browser the HTTP request Carrie's slot of information as part of a header of the HTTP request . Which among the option provider header information which comes browsers side. |
|
Answer» HTTP requests are messages sent by the client to INITIATE an action on the SERVER. Their start-line CONTAIN three elements: ... For example, GET indicates that a resource should be fetched or POST means that data is pushed to the server (creating or MODIFYING a resource, or generating a temporary document to send back)Explanation: |
|