Slide 13
Slide 13 text
6. The server ‘handles’ the request
The
server
will
receive
the
GET
request,
processes
it,
and
sends
back
a
response.
• Web
server
software
:e.g.,
IIS
or
Apache,
Thin,
Webrick,
Passenger,
Mongrel…
• Request
handler:
ASP.NET,
PHP,
Ruby,
…
The
request
handler
reads
the
request,
its
parameters,
and
cookies.
It
will
read
and
possibly
update
some
data
stored
on
the
server.
Then,
the
request
handler
will
generate
a
HTML
response.
Learn
Rails
Together
13