Top "Http-status-code-404" questions

The HTTP status code 404 or "Not Found" indicates the server could not find the requested file or resource.

HTTP GET Request Status 204 Vs 404

I have 2 resources User and Album. An user has a list of albums. To get albums there are 2 REST API. …

rest http-status-code-404 httpresponse
Replace invalid image url with 404 image

I don't know if this is possible or not, I have an image host that I've made myself. I need …

.htaccess http-status-code-404
Problem redirecting 403 Forbidden to 404 Not Found

The pertinent part of my .htaccess looks like this: Options -Indexes <FilesMatch include> Order allow,deny Deny from …

apache .htaccess mod-rewrite http-status-code-404 http-status-code-403
How do I select only the root domain from $_SERVER['HTTP_REFERER'];?

I want to have a 404 page that can detect if a user has come to that page either via my …

php dns http-status-code-404 http-referer
Tomcat server, change default HTTP 404?

I am using tomcat and I would like, whenever I go to a direction that is not handled by a …

http tomcat http-status-code-404 directory-structure
Why does HttpWebRequest throw an exception instead returning HttpStatusCode.NotFound?

I'm trying to verify the existence of a Url using HttpWebRequest. I found a few examples that do basically this: …

c# asp.net httpwebrequest http-status-code-404
Image Get Requests with AngularJS

I am storing the the source string of an image to be rendered in HTML in the AngularJS controller, however …

javascript http-status-code-404 angularjs
ASP.NET MVC 5 - (HTTP Error 404.0 - Not Found) with long non-existing URL

I created a new project in Microsoft Visual Studio Express 2013 for Web. It is an ASP.NET MVC 5 - .NET …

asp.net-mvc url http-status-code-404 asp.net-routing
How to callback a function on 404 in JSON ajax request with jQuery?

I want to make an Ajax request with response in JSON. So I made this Ajax request: $.ajax({ url: 'http://…

javascript ajax jquery http-status-code-404
Ionic + Angular - How to avoid the "404 Not Found (from cache)" after POST request?

this question is partly pointing to my previous question : Ionic + Angular POST request return state 404 But i wasn't able to …

javascript php angularjs post http-status-code-404