Form Handling Demo

This page demonstrates handling HTML form submissions using an Apache module.

It supports both GET (query string) and POST (request body) methods.

Test Form





GET Form Example


Request Details

PropertyValue
MethodGET
URI/form
Query String(none)
Content-Type(none)
Content-Length(none)