Dynu masks Error 404 - Fi...
Dynu masks Error 404 - File not Found
- 主页
- 后台控制中心
- Community Forum
- Services
- Dynamic DNS Service
- Dynu masks Error 404 - File not Found
- Community Forum
- Dynu masks Error 404 - File not Found
Topic: Dynu masks Error 404 - File not Found
Hi,
Is there a way to have the web redirection actually returning a code 404 instead of a code 200? It is preventing my to update all the computers connected to the repository.
This is what I get from my apache server, correctly indicating the document does not exist:
$ wget http://73.38.155.36:8999/inexistent.html
--2016-01-30 15:15:55-- http://73.38.155.36:8999/inexistent.html
Connecting to 73.38.155.36:8999... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-01-30 15:15:55 ERROR 404: Not Found.
But when I use the dynu servers for the same document, this is what I get:
wget http://apt.freebird.dynu.com/inexistent.html
--2016-01-30 15:16:02-- http://apt.freebird.dynu.com/inexistent.html
Resolving apt.freebird.dynu.com (apt.freebird.dynu.com)... 199.233.237.21
Connecting to apt.freebird.dynu.com (apt.freebird.dynu.com)|199.233.237.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 996 [text/html]
Saving to: ‘inexistent.html.2’
100%[====================================================================================================================================================>] 996 --.-K/s in 0s
2016-01-30 15:16:02 (87.3 MB/s) - ‘inexistent.html.2’ saved [996/996]
Shouldn't your custom page not found return a 404 error in the header?
This is a website that explains the problem:
http://gsitecrawler.com/articles/error-404-200.asp
Thanks,
Ḿarcelo.
Is there a way to have the web redirection actually returning a code 404 instead of a code 200? It is preventing my to update all the computers connected to the repository.
This is what I get from my apache server, correctly indicating the document does not exist:
$ wget http://73.38.155.36:8999/inexistent.html
--2016-01-30 15:15:55-- http://73.38.155.36:8999/inexistent.html
Connecting to 73.38.155.36:8999... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-01-30 15:15:55 ERROR 404: Not Found.
But when I use the dynu servers for the same document, this is what I get:
wget http://apt.freebird.dynu.com/inexistent.html
--2016-01-30 15:16:02-- http://apt.freebird.dynu.com/inexistent.html
Resolving apt.freebird.dynu.com (apt.freebird.dynu.com)... 199.233.237.21
Connecting to apt.freebird.dynu.com (apt.freebird.dynu.com)|199.233.237.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 996 [text/html]
Saving to: ‘inexistent.html.2’
100%[====================================================================================================================================================>] 996 --.-K/s in 0s
2016-01-30 15:16:02 (87.3 MB/s) - ‘inexistent.html.2’ saved [996/996]
Shouldn't your custom page not found return a 404 error in the header?
This is a website that explains the problem:
http://gsitecrawler.com/articles/error-404-200.asp
Thanks,
Ḿarcelo.
Reply with quote | Report
When cloaking is enabled, the web page will be displayed in a frame. The page should be able to return code 404 if you disable the cloaking for the web redirect.
Reply with quote | Report
Author | Topic: Dynu masks Error 404 - File not Found |
---|---|
Marcelo Ruiz Joined: 2016/1/12 |
![]() 2016年1月30日 6:28
Hi,
Is there a way to have the web redirection actually returning a code 404 instead of a code 200? It is preventing my to update all the computers connected to the repository. This is what I get from my apache server, correctly indicating the document does not exist: $ wget http://73.38.155.36:8999/inexistent.html --2016-01-30 15:15:55-- http://73.38.155.36:8999/inexistent.html Connecting to 73.38.155.36:8999... connected. HTTP request sent, awaiting response... 404 Not Found 2016-01-30 15:15:55 ERROR 404: Not Found. But when I use the dynu servers for the same document, this is what I get: wget http://apt.freebird.dynu.com/inexistent.html --2016-01-30 15:16:02-- http://apt.freebird.dynu.com/inexistent.html Resolving apt.freebird.dynu.com (apt.freebird.dynu.com)... 199.233.237.21 Connecting to apt.freebird.dynu.com (apt.freebird.dynu.com)|199.233.237.21|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 996 [text/html] Saving to: ‘inexistent.html.2’ 100%[====================================================================================================================================================>] 996 --.-K/s in 0s 2016-01-30 15:16:02 (87.3 MB/s) - ‘inexistent.html.2’ saved [996/996] Shouldn't your custom page not found return a 404 error in the header? This is a website that explains the problem: http://gsitecrawler.com/articles/error-404-200.asp Thanks, Ḿarcelo. |
timothytw Joined: 2002/5/2 |
![]() 2016年2月4日 11:08
When cloaking is enabled, the web page will be displayed in a frame. The page should be able to return code 404 if you disable the cloaking for the web redirect.
|

2025年4月30日 20:10