Linux – wget shows 404 not found while the page is live

http-status-code-404linuxwget

This looks simple but I don't know how to fix.

Open the following URL in your browser:

https://ecomm.sella.it/gestpay/gestpayws/WSCryptDecrypt.asmx?WSDL

This seems working and this will download and XML WSDL in your browser.

But on our linux server when I try to wget the same URL it return with 404-Not found error:

wget https://ecomm.sella.it/gestpay/gestpayws/WSCryptDecrypt.asmx?WSDL

At the same time when I try to wget google or hotmail it just works fine. But this WSDL URL returns with 404 error code. Looks like this is some kind of caching issue.

How can I fix this?

Best Answer

This is totally locally based. It opens for Netherlands and Germany's proxy but gives 404 for USA's proxy (apart from my own location).