Welcome @authname()!
This servlet is implemented via the http_servlet_tmpl(3) servlet using the template file "demo.tmpl". To get to this servlet, you must first satisfy the http_servlet_basicauth(3) servlet which requires an HTTP "Basic" authentication using username "demo" and password "demo".
You can edit this file and reload from the browser and it should update automatically.
You are connecting from IP address @remote_ip()
and port @remote_port()
.
The current time now is @htmlencode(@date()).
Now I'm going to sleep for one second... some browsers show you the partial output, and some don't...
@flush() @sleep("1")
The current time now is @htmlencode(@date()).
Press HERE to return to the logon page.
GET form
POST form
Test of the http_servlet_file(3) servlet: click HERE or HERE to view the BIND documentation.
To download a large file (/kernel): click HERE. @if(@not(@equal(@redirect(), "")))
To get redirected to @htmlencode(@redirect()): click HERE. @endif
Test of file upload:
Press HERE to shutdown this web server.