wen I try to retrieve the page "http://www.worldtimeserver.com/time.aspx?locationid=DE" using wget, I receive the following error messages:
-----------------------------------------------------
# ./usr/local/bin/wget -S -v "http://www.worldtimeserver.com/time.aspx?locationid=DE"
--14:33:07-- http://www.worldtimeserver.com/time.aspx?locationid=DE
=> `time.aspx?locationid=DE'
Connecting to 53.47.61.32:80... connected.
Proxy request sent, awaiting response...
1 HTTP/1.0 500 Internal Server Error
2 Date: Tue, 02 Nov 2004 13:36:11 GMT
3 Content-Length: 3026
4 Content-Type: text/html; charset=utf-8
5 Cache-Control: private
6 Server: Microsoft-IIS/6.0
7 MicrosoftOfficeWebServer: 5.0_Pub
8 X-Powered-By: ASP.NET
9 X-AspNet-Version: 1.1.4322
10 Via: 1.1 wwwproxy-2 (NetCache NetApp/5.3.1D2)
11 X-Cache: MISS from proxy-1.dsh.de
12 X-Cache-Lookup: MISS from proxy-1.dsh.de:80
13 Proxy-Connection: close
14:33:10 ERROR 500: Internal Server Error.
-----------------------------------------------------
Besides this page, wget works smoothly. Do you have got any idea how to fix this problem. I've tried some cookie stuff and have used differen browsers, which all work properly on that page. I'm using the following version:
-----------------------------------------------------
# ./usr/local/bin/wget --version
GNU Wget 1.9.1
Copyright (C) 2003 Free Software Foundation, Inc.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Originally written by Hrvoje Niksic <[EMAIL PROTECTED]>.
-----------------------------------------------------
Thank you in advance for any idea or inspiration.
Cheers,
Michael
--
