Quantcast
Channel: SPS-Forum - Automatisierung und Elektrotechnik
Viewing all articles
Browse latest Browse all 49827

SAIA: Autologin auf PCD Webseite

$
0
0
Hi zusammen

Hat schon jemand mal eine Webseite gebastelt die sich selbst im Webserver einloggt?
Wenn ich die Webseite so gestalte

Code:

<html>
 
<head>
 
    <title>Testseite</title>
    <script>
        function loginForm() {
            document.myform.submit();
            document.myform.action = "http://10.0.2.28/login.cgi";
        }
    </script>
    <style type="text/css">
        body {
        }
    </style>
</head>
 
<body onload="loginForm()">
    <form action="http://10.0.2.28/Pegelwerte.html" name="myform" method="POST">
        <input type="TEXT" name="pwd" value="passwort">
        <input type="SUBMIT" value="submit">
    </form>
 
</body>
 
</html>

bekomme ich als Antwort
The requested method is not implemented by this server

Jemand ne idee wie ich das hinkriege?

Viewing all articles
Browse latest Browse all 49827


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>