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 POST example</b>. 10d4afb5ceSopenharmony_ci <p> 11d4afb5ceSopenharmony_ci This is a static page served from ./mount-origin/index.html. 12d4afb5ceSopenharmony_ci <p> 13d4afb5ceSopenharmony_ci When you POST the form below, you will see the values of the<br> 14d4afb5ceSopenharmony_ci form parameters reported on the console log. 15d4afb5ceSopenharmony_ci <p> 16d4afb5ceSopenharmony_ci <form action="/form1" method="post"> 17d4afb5ceSopenharmony_ci Type some text:<br> 18d4afb5ceSopenharmony_ci <input type="text" name="text1"><br> 19d4afb5ceSopenharmony_ci <input type="submit" name="send" value="Submit"> 20d4afb5ceSopenharmony_ci </form> 21d4afb5ceSopenharmony_ci </body> 22d4afb5ceSopenharmony_ci</html> 23d4afb5ceSopenharmony_ci 24