bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Backup authentication blog -copia de seguridad de blog co


From: Pär Karlsson
Subject: Re: [Bug-wget] Backup authentication blog -copia de seguridad de blog con autentificacion.
Date: Mon, 3 Nov 2014 09:23:14 +0100

Hello,

Try running wget with the -v / --verbose option enabled, this will allow
you to see the details of what is happening.

The reply from the server above ("405 Method Not Allowed") refers to a HTTP
method (probably GET) which is not a allowed on a certain resource. It
could be that the blog is built on, for instance, a RESTful design, which
only allows certain HTTP methods on certain resources (such as POST, PUT,
PATCH, etc.), for instance on an URi meant only to post new messages, etc.

In this case it would mean that it is not a bug in wget, but a valid error
reply from the server. You will probably not be able to download exactly
everything on the site in that case.

/Pär

2014-11-02 19:51 GMT+01:00 pedro lomas <address@hidden>:

>
> I'm trying to download a complete copy of a personal blog that is not
> public and therefore requires authentication blogger, by username and
> password.
>
> I used the command:
>
> address@hidden wget -http-password = password
> --mirror http://nombredelblog.blogspot.com.es/
>
>
>
> but I get this error
>
>
>
> Connecting to www.blogger.com | 74.125.195.191 |: 80 ... connected.
> HTTP request sent, awaiting response ... 302 Moved Temporarily
> Location: https://www.blogger.com/blogin.g?blogspotURL=http://.
> blogspot.com.es/ [following]
> --2014-11-02 19: 42: 17-- https://www.blogger.com/
> blogin.g?blogspotURL=http://.blogspot.com.es/
> Connecting to www.blogger.com | 74.125.195.191 |: 443 ... connected.
> HTTP request sent, awaiting response ... 405 Method Not Allowed
> 02/11/2014 19:42:18 ERROR 405: Method Not Allowed.
>
> Can anyone help me?
>
> ....................................
>
>
>
>
>
>
>
>
>
>
>
>
> Estoy intentando descargar un copia completa de un blog personal que no es
> publico y que por tanto precisa autentificacion en blogger,  mediante
> usuario y contraseña.
>
> He utilizado el comando :
>
> wget address@hidden --http-password=contraseña
> --mirror http://nombredelblog.blogspot.com.es/
>
>
>
> pero me da este error
>
>
>
> Connecting to www.blogger.com|74.125.195.191|:80... conectado.
> Petición HTTP enviada, esperando respuesta... 302 Moved Temporarily
> Localización: https://www.blogger.com/blogin.g?blogspotURL=http://.
> blogspot.com.es/ [siguiendo]
> --2014-11-02 19:42:17--  https://www.blogger.com/
> blogin.g?blogspotURL=http://.blogspot.com.es/
> Connecting to www.blogger.com|74.125.195.191|:443... conectado.
> Petición HTTP enviada, esperando respuesta... 405 Method Not Allowed
> 2014-11-02 19:42:18 ERROR 405: Method Not Allowed.
>
> ¿Puede alguien ayudarme?
>
>
>
>
>
>
>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]