Hello,
I have to create a tool base on HttpWebRequest and HttpWebResponse but first I need to go automatically true the login page.
https://www.watchmyhome.de/index.html
the code is based on <form> and <input type="text" and <input type ="password"
<form id="datacenter-login-form" action="/login" method="post"><div class="ym-form linearize-form ym-columnar"><div class="ym-fbox">
<input type="text" name="Kennung" id="datacenter-username" placeholder="Username" /></div><div class="ym-fbox">
<input type="password" name="Passwort" id="datacenter-password" placeholder="Password" />
<input class="hidden" name="language" value="" /><script type="text/javascript"> var currentPageLanguage = 'en';
</script></div><div class="ym-fbox-footer ym-fbox-button"><span class="float-left" style="line-height:3.2rem">
</span><button id="login_submit" class="ym-button float-right" type="submit">Login</button></div></div></form>
I hope somebody can help me with this.
regards,
Bjorn
I have to create a tool base on HttpWebRequest and HttpWebResponse but first I need to go automatically true the login page.
https://www.watchmyhome.de/index.html
the code is based on <form> and <input type="text" and <input type ="password"
<form id="datacenter-login-form" action="/login" method="post"><div class="ym-form linearize-form ym-columnar"><div class="ym-fbox">
<input type="text" name="Kennung" id="datacenter-username" placeholder="Username" /></div><div class="ym-fbox">
<input type="password" name="Passwort" id="datacenter-password" placeholder="Password" />
<input class="hidden" name="language" value="" /><script type="text/javascript"> var currentPageLanguage = 'en';
</script></div><div class="ym-fbox-footer ym-fbox-button"><span class="float-left" style="line-height:3.2rem">
</span><button id="login_submit" class="ym-button float-right" type="submit">Login</button></div></div></form>
I hope somebody can help me with this.
regards,
Bjorn