1d4afb5ceSopenharmony_ci<html>
2d4afb5ceSopenharmony_ci <head>
3d4afb5ceSopenharmony_ci  <meta charset=utf-8 http-equiv="Content-Language" content="en"/>
4d4afb5ceSopenharmony_ci </head>
5d4afb5ceSopenharmony_ci	<body>
6d4afb5ceSopenharmony_ci		<img src="libwebsockets.org-logo.svg">
7d4afb5ceSopenharmony_ci		<img src="strict-csp.svg"><br>
8d4afb5ceSopenharmony_ci
9d4afb5ceSopenharmony_ci		Hello from the <b>minimal http server custom headers example</b>.
10d4afb5ceSopenharmony_ci		<p>
11d4afb5ceSopenharmony_ci		The idea is it will tell you what your browser sent for DNT, a header lws doesn't already know.
12d4afb5ceSopenharmony_ci		<p>
13d4afb5ceSopenharmony_ci		At the moment the custom header api only works on h1.
14d4afb5ceSopenharmony_ci		<p>
15d4afb5ceSopenharmony_ci
16d4afb5ceSopenharmony_ci		<a href="http://127.0.0.1:7681/dyn/xxx" >Show DNT header using h1 over http</a><br>
17d4afb5ceSopenharmony_ci		<a href="https://127.0.0.1:7682/dyn/xxx" >Show DNT header using h1 (h2 if enabled) over https</a><br>
18d4afb5ceSopenharmony_ci	</body>
19d4afb5ceSopenharmony_ci</html>
20d4afb5ceSopenharmony_ci
21