5 Common Types of Client Side Errors
Website Errors

5 Common Types of Client Side Errors

Nikhil Gautam Β· Jun 20, 2018 Β· 4 min read

Client-side HTTP errors are some of the most common issues website owners encounter β€” and most are fixable in minutes once you know what’s causing them. Here are the 5 most common ones, what they mean, and exactly how to resolve each one.

400 β€” Bad Request

Client error
Server cannot understand the request

400 bad request error

A 400 error appears when the server receives a request it can’t understand β€” typically because the request doesn’t follow HTTP protocol rules. Common causes include a corrupted browser cache, a malformed URL, or a file upload that exceeds the server’s size limit.

How to fix it:

  • Check the URL for typos or malformed characters
  • Clear your browser cookies and cache
  • If uploading a file, try a smaller file size
  • Log out and log back in
  • Disable recently installed browser extensions or plugins

403 β€” Forbidden

Access denied
Server understands but refuses the request

403 forbidden error

Unlike a 401 (unauthorised), a 403 isn’t an authentication issue β€” the server understood the request perfectly and is deliberately refusing it. This usually means the website owner has restricted access to that page or directory, or the specific file doesn’t have the correct permissions to be publicly viewed.

How to fix it:

  • Clear your browser cookies
  • Contact your internet service provider if the issue is network-related
  • Contact the website owner directly β€” they may need to adjust file permissions

404 β€” Not Found

Most common
Page doesn’t exist at this URL

404 not found error

The most familiar error on the web. The server is working fine β€” it just can’t find anything at the URL you requested. Most common causes: a mistyped URL, a page that was moved or deleted without a redirect, or a site migration where the URL structure changed.

Google’s position: “404 errors do not impact your site’s ranking in Google, and you can safely ignore them.” However, 404s on pages that previously had backlinks or organic traffic do represent lost value β€” those should be redirected.

How to fix it:

  • Check the URL for typos
  • Search for the page via Google to find its new location
  • Set up 301 redirects from deleted or moved pages to their closest equivalent
  • For temporarily unavailable pages, use a 302 redirect

408 β€” Request Timeout

Connection issue
Request took too long to complete

408 request timeout error

A 408 means the server waited for the client’s request to complete but it took too long. This can happen due to a slow internet connection on the client side, heavy load on the server, or temporary network congestion between the two. It’s usually transient β€” trying again often resolves it.

How to fix it:

  • Check your internet connection and try again
  • If it persists, contact the website owner β€” the server may be under heavy load

410 β€” Gone

Permanent removal
Resource deliberately removed

410 gone error

A 410 is similar to a 404 but more definitive β€” it signals that the resource was intentionally and permanently removed, not just missing. Google treats 410s differently from 404s: a 410 tells crawlers to deindex the URL immediately and stop crawling it, whereas a 404 may be revisited for some time in case the page returns.

Use a 410 when you’ve deliberately deleted a page and don’t want it crawled again. Use a 404 (or ideally a 301 redirect) when a page was moved or renamed.

How to fix it (as a site owner):

  • If the page should exist, restore it or set up a 301 redirect to its replacement
  • If the page is intentionally gone, leave the 410 in place β€” it’s the correct response
  • Check Google Search Console to monitor deindexation of removed pages

Quick reference

Error Meaning Quick fix
400 Bad request syntax Check URL, clear cache
403 Access deliberately blocked Contact site owner
404 Page not found Check URL or set up redirect
408 Connection timed out Check connection, retry
410 Permanently removed Redirect or leave as-is

Website issues?

We diagnose and fix WordPress errors, redirects, and technical issues.

From broken pages to plugin conflicts to server errors β€” we handle the full technical picture.

Get a Free Consultation

Written by Nikhil Gautam

7 Comments

  1. Find Out More

    I was recommended this website by my cousin. I’m not sure whether this post is written by him as nobody else know such detailed about my trouble. You are incredible! Thanks!

    • Nikhil Gautam

      This information was written by us a couple of years back.

  2. Twicsy

    What’s up, just wanted to mention, I enjoyed this post.

    It was funny. Keep on posting!

  3. Twicsy

    Hi! Do you know if they make any plugins to
    assist with SEO? I’m trying to get my blog to rank for some targeted
    keywords but I’m not seeing very good gains. If you know
    of any please share. Many thanks!

    • Nikhil Gautam

      Hi,
      Many plugins are available to help you with on-page optimization of websites and pages, and I use the SEOpress plugin. Reach out to us if you want to know major problems with your SEO.

Submit a Comment