WTF IS THIS?
THIS DID NOT HELP ME
If the request "succeeded", why am I not looking at the web page? (happening on gawker sites)
That's like making a phone call and getting an error message that says "your call was successful".
200 Status Code Explained
The 200 status code is by far the most common returned. It means, simply, that the request was received and understood and is being processed.
Why it Occurs
Standard response for successful HTTP requests. The actual response will depend on the request method used. In a GET request, the response will contain an entity corresponding to the requested resource. In a POST request, the response will contain an entity describing or containing the result of the action.
What it Means
The request has succeeded. The information returned with the response is dependent on the method used in the request.
The 200 status code is by far the most common returned. It means, simply, that the request was received and understood and is being processed.
Why it Occurs
Standard response for successful HTTP requests. The actual response will depend on the request method used. In a GET request, the response will contain an entity corresponding to the requested resource. In a POST request, the response will contain an entity describing or containing the result of the action.
What it Means
The request has succeeded. The information returned with the response is dependent on the method used in the request.
THIS DID NOT HELP ME
If the request "succeeded", why am I not looking at the web page? (happening on gawker sites)
That's like making a phone call and getting an error message that says "your call was successful".
Comment