16 lines
395 B
HTML
16 lines
395 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Show Cookie | Web Under the Hood</title>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
Show Cookies
|
|
<!--BLINK-->
|
|
</h1>
|
|
<p>The server received the following cookies from the browser:</p>
|
|
<pre><!--COOKIES--></pre>
|
|
</body>
|
|
</html>
|