PDA

View Full Version : what is the error of 502, 404?



divyajain
06-20-2017, 06:27 AM
Hello friends,


what is the error of 502, 404?

Fadia Sheetal
06-20-2017, 06:31 AM
When you type the wrong characters after your domain then the domain redirect to the error page and that is called the 502 and 404.

BenWood
06-20-2017, 07:16 AM
The 502 Bad Gateway error is an HTTP status code that means that one server on the internet received an invalid response from another server.

The HTTP 404 Not Found Error means that the webpage you were trying to reach could not be found on the server.

RH-Calvin
06-21-2017, 02:46 AM
A 404 error is an HTTP status code that means that the page you were trying to reach on a website couldn't be found on their server. The 404 Not Found error might appear for several reasons even though no real issue exists, so sometimes a simple refresh will often load the page you were looking for. The most common method is to retry the web page by pressing F5, clicking the refresh/reload button, or trying the URL from the address bar again.

The 502 Bad Gateway error is an HTTP status code that means that one server on the internet received an invalid response from another server.

nancy07
06-21-2017, 05:35 AM
502 Error

A 502 error is bad gateway error means that a website server that is serving as a reverse proxy for the website origin server (for example, a CDN PoP) did not receive a valid response from the origin server. This may be because the origin server is experiencing issues, there is an invalid or incorrect DNS name, or because a firewall on the origin server has blocked the reverse proxy server request.

404 Error:

404 is Not Found error. The server understood the request, but is refusing to fulfill it. This is typically because the requested resource no longer exists or has been moved, but can in rare cases allude to other issues such as missing handlers. If you are seeing this error when expecting to see content, you should first check to see if the specified resource exists (pages in your CMS, images in the correct path/directory, etc). If the resources seem to be in place correctly, it is recommended to contact support for further investigation.

sinelogixweb
06-21-2017, 06:57 AM
Error 502 : It’s a “"bad gateway” issue with the server. Try reloading the page, clearing your cache, or trying again later.

Error 404 : It is an HTTP status code that means that the page you were trying to reach on a website couldn't be found on their server.