Yaaaaaay, POST now works 100% :)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<html><head><title>Test</title></head>
|
||||
<body>
|
||||
|
||||
<form method="post" action="test.cgi">
|
||||
<input type="text" name="Test1" value="t1">
|
||||
<input type="text" name="Test2" value="t2">
|
||||
<input type="submit" name="DoIt" value="Do It">
|
||||
</form>
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user