GET /path?query HTTP/1.1
The URI which was given in order to access this page;
for instance, '/index.html'.
http://php.net/manual/ja/reserved.variables.server.php
Slide 15
Slide 15 text
/test.php/PATH?QUERY
GET
/test.php/%3Cb%3EPATH%3C/b%3E?%3Cb%3EQUERY%
3C/b%3E HTTP/1.1
QUERY_STRING %3Cb%3EQUERY%3C/b%3E
REQUEST_URI /test.php/%3Cb%3EPATH%3C/b%3E?
%3Cb%3EQUERY%3C/b%3E
Slide 16
Slide 16 text
/test.php/%3Cb%3EPATH%3C/b%3E?QUERY
GET /test.php/%3Cb%3EPATH%3C/b%3E?QUERY
HTTP/1.1
QUERY_STRING QUERY
REQUEST_URI /test.php/%3Cb%3EPATH%3C/b%3E?QUERY
Slide 17
Slide 17 text
http://localhost/test.php/PATH
GET /test.php/PATH HTTP/1.1
Slide 18
Slide 18 text
/test.php/%3Cb%3EPATH%3C/b%3E
GET /test.php/PATH HTTP/1.1
REQUEST_URI /test.php/PATH
location.pathname
/test.php/%3Cb%3EPATH%3C/b%3E
Slide 19
Slide 19 text
No content
Slide 20
Slide 20 text
LATER
H A L F
Slide 21
Slide 21 text
No content
Slide 22
Slide 22 text
No content
Slide 23
Slide 23 text
No content
Slide 24
Slide 24 text
No content
Slide 25
Slide 25 text
No content
Slide 26
Slide 26 text
No content
Slide 27
Slide 27 text
No content
Slide 28
Slide 28 text
No content
Slide 29
Slide 29 text
No content
Slide 30
Slide 30 text
No content
Slide 31
Slide 31 text
No content
Slide 32
Slide 32 text
No content
Slide 33
Slide 33 text
No content
Slide 34
Slide 34 text
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
X-UA-Compatible: IE=9