-2
votes
0answers
42 views

WebPage throws statuscode 200 when really is 404

I'm in this strange problem. This webpage will throw a "404" the first time I check it: http://www.mp3crank.com/releases/12549/page/1 ...But if I try to check it more than once then it will throw a ...
-1
votes
0answers
41 views

How to detect Error 404 on this webpage?

This page will launch a 404 error but I can't recognize it in my code. http://www.mp3crank.com/releases/1920/page/1 This is the code: Dim request As HttpWebRequest = ...
1
vote
1answer
31 views

server returns 404 when request for specific image comes from ie8

I have a link to an image that works properly in every browser, but ie8. Extremely strange behavior... If you click this link in ie8, you'll get a 404, otherwise the image will load... ...
0
votes
0answers
61 views

Jersey + Grizzly resources give 404

I follow a Jersey Hello World example (link) (which also has almost identical copies of it all over the web) which uses Grizzly as a server engine but it fails. I can't manage to access my ...
2
votes
0answers
50 views

Why does IIS return 404 when an unsupported verb is used?

IIS traditionally returns HTTP 404 in case there's some URI path configured to accept POST requests but a GET request is sent to that URI path. Looks like there's HTTP 405 code specifically for such ...
0
votes
1answer
132 views

HTTP Header Bad Response Code: 404. Blog Content is Fine. Articles Generate 404s

I'm having an issue where the HTTP headers aren't being seen in my article content nodes. In my blog content nodes, they are being seen. Facebook linter gives me a 404 Bad Response. Here's an ...
0
votes
1answer
41 views

using 404 page for ajax fallback?

I want to make a single page website, that uses history.pushstate to change the url. I can make my site have only one html file, the 404 page. so that no matter what url people enter, they get to that ...
1
vote
1answer
282 views

HTTP Status 404 - The requested resource is not available

I'm using tomcat7 server for my project. Today i combined some html pages to a directory called sp for managing purpose. When i enter the http://localhost:8080/skypark/sp/upload.htmladdress, upload ...
-2
votes
1answer
39 views

404 in log files for pages that are not referenced anywhere on my website [closed]

I'm using CodeIgniter as a framework for one of my website. I've enabled the error logging. I see very often 404's from someone/something that tries to access pages that don't exist. Sometimes it are ...
2
votes
3answers
592 views

Sitecore uses “302 found” to redirect users to my custom 404 page - is that legitimate?

This is more of a HTTP spec question than a Sitecore question. I have a 404 error page set up in Sitecore: <setting name="ItemNotFoundUrl" value="/404.aspx" /> So, when a user accesses a ...
0
votes
1answer
144 views

How does this HTTP “redirect” work?

When I request this URL: http://www.w3.org/TR/html5/embedded-content-1.html#the-img-element the server responds with a 404 (File not found) HTTP-response. However, a few moments later a different ...
1
vote
1answer
36 views

Can an HTTP server respond with a 404 to conceal the existence of a resource?

There may be cases where a client that doesn't have authorization to access a resource should be told that it doesn't exist instead of being told they aren't authorized. If a server does this, is it ...
1
vote
1answer
222 views

Ajaxplorer - HTTP Error 404

I have a problem with the Ajaxplorer. I have configured it for uploading and downloading files and this is also working very well but just when the files are smaller than 100M. When I am trying to ...
0
votes
0answers
119 views

Apache Solr indexing from Rest Service

im new to solr and read the wiki for indexing from Rest Service already. but somehow i cant understand, in which directory the the solrconfig.xml has to be for solr to recognize. Am I right, that i ...
1
vote
3answers
532 views

read the HTTP header to check for 404 with jQuery without performing an ajax request

Is there a way to read the HTTP header with jQuery without performing a .ajax request and reading xhr.status? Along similar lines to the popular Google Analytics addon (gaAddons) I wish to track 404s ...
0
votes
2answers
159 views

Cron job connects but has 404 error

So i've had these cron jobs for years. They have worked fine this whole time, except for this past month. The response of the cron job is as follows --2012-08-03 00:00:01-- ...
0
votes
0answers
278 views

How to debug the HTTP 404 error

I use Oracle Application Server 10gR2. I get 404 page not found error suddenly, I use the telnet to debug this issue. Assume the IP of my server is 203.160.100.1 Here is my debug command with error: ...
0
votes
0answers
88 views

WordPress Friendly URLs/Pretty links Are Resulting in Page Not Found?

I have symlinks enabled using <Directory "C:/Users/name/Dropbox/Web_Dev/wamp/www/"> Options -ExecCGI FollowSymLinks -Includes -IncludesNOEXEC -Indexes -MultiViews - SymLinksIfOwnerMatch ...
0
votes
3answers
492 views

Android HTTP request wierd 404 not found issue

In my application, I am trying to hit a URL which I do using the following code try { url = new URL(serverURL); httpURLConnection = (HttpURLConnection) url.openConnection(); int ...
1
vote
3answers
785 views

How to Manually throw error Pages in Play Framework?

How do I manually throw a 404 or 500 error in Play framework 1.2.x? I am currently rendering the 404.html and 500.html templates using renderTemplate() method. But how do I do it the proper way ?
2
votes
1answer
269 views

HTTP headers return 404 on non-www URL?

I'm doing PHP get_headers() on an mp3 file on my server and receive HTTP 404 when using the non-www address and HTTP 200 when using www. I can access the file from either address in the browser, so ...
5
votes
1answer
360 views

Should this Json result return a 404 or 200?

I'm trying to make an API sorta loosly based on StackExchange's api results. So here's my json output. { "items" : [ ... objects in here .... ] "page" : "page_size" : ...
0
votes
1answer
144 views

how can i respond a 426 Upgrade Required http status code with apache2.2/php?

I want to return the status code 426 Upgrade Required using apache2 and/or php. How can I do this? I only found mod_rewrite which can set redirects with http status codes.
0
votes
3answers
144 views

How do I get the HTTP response from a navigation to a page?

I have a scenario where I navigate to a test site, but for whatever reason (connectivity issues, etc), sometimes, the test fails because it couldn't reach the website. How do I ask for the HTTP ...
0
votes
1answer
158 views

Request for a non existent page results in blank page in Spring web application

Am using a Spring web application. Have used an ExceptionHandler for trapping all the exceptions in my application. However, when an error occurs such as 404, the default tomcat server error message ...
4
votes
1answer
156 views

Is it kosher to send a 404 or 410, but still show the content?

There was a lot of discussion about deleted questions over on Meta over the past couple of days. One proposal that came up how to deal with the deletion of questions now deemed off-topic was showing ...
1
vote
3answers
448 views

ajax request fail condition

I seem to be lost here. I have a jQuery request to send GET request with basic authentication. My problem is even if the authentication fails, the error code is never run. My request: $.ajax({ ...
1
vote
2answers
56 views

Is there anything wrong with sending other content along with a 404 error?

For example, day, in a somewhat REST-oriented environment, a request comes in for an object that doesn't exist, like: GET http://example.com/thing/5 Is there anything wrong with sending back a 404 ...
0
votes
0answers
50 views

Why '404 not found' doesn't works? [duplicate]

Possible Duplicate: Why doesn't apache show a 404 error when I send a 404 header with php? The code is this: <?PHP header("Status: 404 Not Found"); exit; ?> If I open the ...
0
votes
1answer
191 views

Why does my website not show a ERROR 404 on invalid URLS [closed]

My website does not give a 404 error when I try accessing an invalid page URL. My website is actually a subdomain, I own both the main http://www.mydomain.com, and the subdomain mysub.mydomain.com. ...
1
vote
1answer
3k views

Not able to run a simple JSP program in Eclipse with Tomcat server 7 in browser

I have written the following code in Eclipse, and store this file in this location: tomcat/webapps/jsp/sample.jsp. I have also included the Sub directories WEB-INF and classes and lib in this jsp ...
0
votes
2answers
2k views

file_get_contents and error codes

I'm downloading a file from the web with file_get_contents. Sometimes I get 503 Service Unavailable or 404 Not Found. Warning: file_get_contents(http://somewhereoverinternets.com) ...
0
votes
1answer
1k views

HttpURLConnection fails with 404 Error

My httpURLConnection fails with 404 - Resource not Found error. The same URL works on my firefox poster and returns 200/ok. Both the applications(webapp and the URL-app) are located on the same ...
0
votes
1answer
76 views

How do servers behave when browsers request embedded resources that do not exist?

Let's take the following hypothetical situation: an HTTP server has a custom error page set up /404.html and does a server-side forward for any URL that gives a 404 response (for example ...
1
vote
1answer
81 views

How to make a proper 404 page?

I am about to get rid of a few templates on one of my sites. There are many pages under those templates like city.php?city_id=1 city.php?city_id=2 city.php?city_id=3 ... What is the right way to ...
0
votes
1answer
207 views

Override 204 status code message

When we get a no content response as 204, it comes with a message "No Content" and displays a response Response : #<Net::HTTPNoContent 204 No Content readbody=true> while i want the ...
0
votes
1answer
285 views

Apache htaccess change 404 to 200?

I like to know if posible to change the 404 HTTP Status code into 200 for a specific file. If that posible how can I do it ? Thanks ! :)
2
votes
2answers
252 views

Why does http://google.com/a/bogus/url not redirect to a 404 URL, and why is this preferred?

Go to http://google.com/a/bogus/url You will see a 404 page (HTTP code is 404) But the url in your browser remains as http://google.com/a/bogus/url Why? Why is this behavior preferred over ...
1
vote
1answer
785 views

JAVA Web Service with SOAP Client Objective C---Response problem

I have this web service in Java: @WebService(serviceName = "Catalogo_V1") public class Catalogo_V1 { /** This is a sample web service operation */ @WebMethod(operationName = "hello") ...
0
votes
1answer
349 views

Custom 404 Page issue in sub folders

I am noticing my 404 page works fine when the wrong address is requesting something on the root level www.mywebsite.com/nopage.html . But if I am going to a subpage that is not there then my 404 does ...
3
votes
2answers
2k views

404 vs 403 when directory index is missing

This is mostly a philosophical question about the best way to interpret the HTTP spec. Should a directory with no directory index (e.g. index.html) return 404 or 403? (403 is the default in Apache.) ...
1
vote
5answers
435 views

Telling between a “natural” HTTP 404 and a PHP Generated one

So I have a file that should never be accessed by a user directly, but included in another PHP file. If the file is called directly, it generates a HTTP Status 404 Not Found to trick a possible ...
1
vote
1answer
82 views

Most user-friendly way to handle an object not found error?

What do you suppose is the nicest way to handle an "object not found" error? For example, stackoverflow throws a 404 page not found. But really, I'm pretty sure it did find a page, it just didn't ...
3
votes
4answers
114 views

HTTP Status codes for 'non-broken' url

I need to determine if a URL entered by a site user is not broken. Essentially, that means it delivers a page that an anonymous user can view. I've seen examples that say "if url returns 200" or "if ...
0
votes
3answers
2k views

PHP 404 response header

I use .htaccess RewriteRules to pass the url to index.php. If the specified page name isn't found in the database, I want my script to throw proper 404 responses. The way I have tried to achieve this ...
5
votes
5answers
261 views

Should I throw a 404 to a request like /photo.php?id=123 if photo #123 does not exist?

The script will be called from a URL like example.com/photo.php?id=123 or example.com/photos/123 depending on if the have the pretty URLs featured enabled. If photo #123 does not exist, a request to ...
3
votes
4answers
529 views

Should I Return “500” or “404” if a Requested Image is not Found?

I work with code written by other people, occasionally I am left somewhat confused and at these times Stack Overflow saves me. Please, save me again. Our site allows people to upload images and later ...
6
votes
5answers
7k views

404 header - HTTP 1.0 or 1.1?

So why does almost every example I can find (including this question form about a year ago) say that a 404 header should be HTTP/1.0 404 Not Found when we've really been using HTTP 1.1 for over a ...
4
votes
7answers
1k views

why is it bad to have 200 OK header status at 404 error page?

I have an issue I'm having trouble :/ err404 page's 200OK header status problem, although it should be 404 header. what is wrong with having 200 OK? is there really anything like that 200 OK should be ...
0
votes
4answers
94 views

Do I need to send a 404?

We're in the middle of writing a lot of URL rewrite code that would basically take ourdomain.com/SomeTag and some something dynamic to figure out what to display. Now if the Tag doesn't exist in our ...

1 2