On visiting https://login.meteoplug.com I just get redirected to the MeteoPlug Wiki page. Has the user login moved to a new URL?
Code: Select all
> GET / HTTP/1.1
> User-Agent: curl/7.38.0
> Host: login.meteoplug.com
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
* Server nginx is not blacklisted
< Server: nginx
< Date: Thu, 05 Aug 2021 06:30:27 GMT
< Content-Type: text/html
< Content-Length: 178
< Connection: keep-alive
< Location: https://www.meteoplug.com/
< Strict-Transport-Security: max-age=31536000; preload
<
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connection #0 to host login.meteoplug.com left intact