Hypertext Transfer Protocol (HTTP) Question:
Download Questions PDF

What is Hypertext Transfer Protocol (HTTP)?

Answer:

Hypertext Transfer Protocol (HTTP) is a networking protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web.

The standards development of HTTP has been coordinated by the Internet Engineering Task Force (IETF) and the World Wide Web Consortium, culminating in the publication of a series of Requests for Comments (RFCs), most notably RFC 2616 (June 1999), which defines HTTP/1.1, the version of HTTP in common use

Download HTTP Interview Questions And Answers PDF

Previous QuestionNext Question
How to hide the http request action behind and show a message in the browser instead?

ive created a http request which close the ticket when the caller clicks on the link. but it directs to the page of the ticket with an operator view.

so the caller will see the operator interface of the ticket when he clicks on the link to close the ticket.

instead i just want to show a message to the caller saying your request has been done for exemple.

is it possible to hide the action behind?
What is HTTP session?