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