Beschreibung fuer Webservices, XSS Lücken geschlossen

This commit is contained in:
Andreas Österreicher
2012-07-17 09:11:07 +00:00
parent ce6380a385
commit 71084eee40
10 changed files with 262 additions and 113 deletions
+4 -3
View File
@@ -51,10 +51,11 @@ if(!check_lektor($uid))
</script>
</head>
<body>
<h1>Testclient für Webservices</h1>
<form action="test_client.php" method="post">
<input type="submit" value="Test PHP" name="submit">
<input type="button" onclick="sendSoap();" value="Test JS">
<input type="submit" value="Test PHP" name="submit">
<input type="button" onclick="sendSoap();" value="Test JS">
</form>
<?php