mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-18 07:06:13 +03:00
15 lines
398 B
Plaintext
15 lines
398 B
Plaintext
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>JSP Page</title>
|
|
</head>
|
|
<body>
|
|
<form method="post" action="Post.jsp">
|
|
Post Action: <input type="text" name="data" />
|
|
<input type="submit" />
|
|
</form>
|
|
</body>
|
|
</html>
|