Wget 410


 
Thread Tools Search this Thread
Operating Systems Linux Wget 410
# 1  
Old 08-08-2010
Wget 410

I'm trying to download some pages with Wget. The browser can load these pages, but Wget give a 410 error.

One of the pages is:
Central Ohio Auto Dealers - Used Cars - Find BBB Accredited Auto Dealers - Used Cars in Central Ohio, Page 4
# 2  
Old 08-08-2010
The http daemon on their server is looking at the user agent name and sending back the 410 because your user agent isn't one of its "supported" browsers. Check the wget man page for the -U option and supply the id of your favorite browser. I was able to snag the page using wget with the claim that the user agent on this end was Opera/10.60.
This User Gave Thanks to agama For This Post:
# 3  
Old 08-09-2010
I've had good luck with -U netscape
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Wget - working in browser but cannot download from wget

Hi, I need to download a zip file from my the below US govt link. https://www.sam.gov/SAMPortal/extractfiledownload?role=WW&version=SAM&filename=SAM_PUBLIC_MONTHLY_20160207.ZIP I only have wget utility installed on the server. When I use the below command, I am getting error 403... (2 Replies)
Discussion started by: Prasannag87
2 Replies

2. Red Hat

Wget

If I run the following command wget -r --no-parent --reject "index.html*" 10.11.12.13/backups/ A local directory named 10.11.12.13/backups with the content of web site data is created. What I want to do is have the data placed in a local directory called $HOME/backups. Thanks for... (1 Reply)
Discussion started by: popeye
1 Replies

3. HP-UX

the information of VCP-410

Recientemente la certificación de Examen HP0-P21 es muy popular entre dedicados a HP-UX. Ahora les presentan un poco de Examen HP-UX 11i v3 Advanced System Administration. La Version es V8.02, cuenta con cantidad de 62 Preguntas y Respuestas y está actualizado enero-28-2010 Vamos a disfrutar de una... (1 Reply)
Discussion started by: pago
1 Replies

4. Shell Programming and Scripting

wget

Hi I want to download some files using wget , and want to save in a specified directory. Is there any way to save it.Please suggest me. (1 Reply)
Discussion started by: mnmonu
1 Replies

5. Shell Programming and Scripting

Help with wget

Hi, i need temperature hourly from a web page Im using wget to get the web page. I would like to save the page downloaded in a file called page. I check the file everytime i run the wget function but its not saving but instead creates a wx.php file....Each time i run it...a new wx.php file is... (2 Replies)
Discussion started by: vadharah
2 Replies

6. Shell Programming and Scripting

wget -r

I have noticed a lot of expensive books appearing online so I have decided to copy them to CD. I was going to write a program in java to do this, but remembered that wget GNU program some of you guys were talking about. Instead of spending two hours or so writing a program to do this.... (1 Reply)
Discussion started by: photon
1 Replies
Login or Register to Ask a Question