This figure describes the Oracle HTTP Server HTTP request and response cycle. A client machine sends an HTTP request to the Oracle HTTP Server, and the server performs the following tasks:
Get request
Post/read request
URI translation
Heading parsing
Access control
Authentication
Authorization
MIME type checking
Content handling
Message Cleanup
Return response
After the response is returned to the client machine, the server proceeds with logging and cleanup for that request.