How do you fix your browser sent a request that this server could not understand?

Methods to fix a 400 Bad Request error

The 400 Bad Request error is an HTTP status code that means that the request you sent to the website server, often something simple like a request to load a web page, was somehow incorrect or corrupted and the server couldn't understand it.

The 400 Bad Request error is often caused by entering or pasting the wrong URL in the address window but there are some other relatively common causes as well.

400 Bad Request errors, like all errors of this type, could be seen in any operating system and in any browser.

400 Bad Request Errors

400 Bad Request errors appear differently on different websites, so you may see something from the short list below instead of just 400 or another simple variant like that:

  • 400 Bad Request
  • Bad Request. Your browser sent a request that this server could not understand.
  • Bad Request - Invalid URL
  • HTTP Error 400 - Bad Request
  • Bad Request: Error 400
  • HTTP Error 400. The request hostname is invalid.
  • 400 - Bad request. The request could not be understood by the server due to malformed syntax. The client should not repeat the request without modifications.

The 400 Bad Request error displays inside the internet web browser window, just as web pages do.

How to Fix the 400 Bad Request Error

  1. Check for errors in the URL. The most common reason for a 400 Bad Request error is because the URL was typed wrong or the link that was clicked on points to a malformed URL with a specific kind of mistake in it, like a syntax problem.

    This is most likely the problem if you get a 400 Bad Request error. Specifically, check for extra, typically non-allowed, characters in the URL like a percentage character. While there are perfectly valid uses for something like a % character, you won't often find one in a standard URL.

  2. Clear your browser's cookies, especially if you're getting a Bad Request error with a Google service. Many sites report a 400 error when a cookie it's reading is corrupt or too old.

  3. Clear your DNS cache, which should fix the 400 Bad Request error if it's being caused by outdated DNS records that your computer is storing. Do this in Windows by executing this command from a Command Prompt window:

    ipconfig /flushdns

    This is not the same as clearing your browser's cache.

  4. Clear your browser's cache. A cached but corrupt copy of the web page you're trying to access could be the root of the problem that's displaying the 400 error. Clearing your cache is unlikely the fix for the majority of 400 bad request issues, but it's quick and easy and worth trying.

  5. While this is not a common fix, try troubleshooting the problem as a 504 Gateway Timeout error instead, even though the problem is being reported as a 400 Bad Request.

    In some relatively rare situations, two servers may take too long to communicate (a gateway timeout issue) but will incorrectly, or at least unconstructively, report the problem to you as a 400 Bad Request.

  6. If you're uploading a file to the website when you see the error, chances are the 400 Bad Request error is due to the file being too large, and so the server rejects it.

    If the site permits it, compress the file to a ZIP file and then upload that instead.

  7. If the 400 error is happening on nearly every website you visit, the problem most likely lies with your computer or internet connection. Choose an internet speed test to run, and then check with your ISP to make sure everything is configured correctly.

  8. Contact the website directly that hosts the page. It's possible that the 400 Bad Request error actually isn't anything wrong on your end but is instead something they need to fix, in which case letting them know about it would be very helpful.

    Most sites have social network contacts and sometimes even telephone numbers and email addresses.

    If an entire site is down with a 400 Bad Request error, searching Twitter for #websitedown is often helpful, like #facebookdown or #gmaildown. It certainly won't contribute anything to fixing the issue, but at least you'll know you're not alone!

  9. If nothing above has worked, and you're sure the problem isn't with your computer, you're left with just checking back later. Since the problem isn't yours to fix, revisit the page or site regularly until it's back up.

More Ways You Might See a 400 Error

In Internet Explorer, The webpage cannot be found message indicates a 400 Bad Request error. The IE title bar will say HTTP 400 Bad Request or something very similar to that.

Windows Update can also report HTTP 400 errors but they display as error code 0x80244016 or with the message WU_E_PT_HTTP_STATUS_BAD_REQUEST.

A 400 error that's reported for a link within a Microsoft Office application will often appear as a The remote server returned an error: (400) Bad Request. message within a small pop-up window.

Web servers running Microsoft IIS often give more specific information about the cause of a 400 Bad Request error by suffixing a number after the 400, as in HTTP Error 400.1 - Bad Request, which means Invalid Destination Header.

Here's a complete list:

Microsoft IIS 400 Error Codes
400.1 Invalid Destination Header
400.2 Invalid Depth Header
400.3 Invalid If Header
400.4 Invalid Overwrite Header
400.5 Invalid Translate Header
400.6 Invalid Request Body
400.7 Invalid Content Length
400.8 Invalid Timeout
400.9 Invalid Lock Token

Errors Like 400 Bad Request

A number of other browser errors are also client-side errors and so are at least somewhat related to the 400 Bad Request error. Some include 401 Unauthorized, 403 Forbidden, 404 Not Found, and 408 Request Timeout.

Server-side HTTP status codes also exist and always start with 5 instead of 4. You can see all of them in our HTTP Status Code Errors list.

FAQ

  • What are 500 code errors?

    The 500 Internal Server Error is a general HTTP status code that means there's something wrong with the website's server. Try clearing the cache and deleting any cookies from the site.

  • How do I fix error 400 on my smart TV?

    If you see error 400 while watching online videos on your smart TV, first try reloading the video, then clear the app cache in your TV's settings. If you're still having trouble, log out and log back into the streaming app, then restart your TV.

Thanks for letting us know!

What is a bad response from the browser?

Response from the browser could be shown like this: Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. This is normally caused by having a very large Cookie, so a request header field exceeded the limit set for Web Server.

What does it mean when a website says Bad Request?

Problem When you attempt to access a website, you may sometimes instead receive a "Bad Request" error message where the website content should have loaded. This error often contains the number "400" and may include additional text, such as "Your browser sent a request that this server could not understand.

Why does my website keep crashing when I make a request?

It might be your load balancer tampers with the request data and forwards it in a way your app server does not understand. Illegal UTF-8 or truncated headers are likely candidates...

What should I do if my website URL is incorrect?

First, check the website URL you entered to make sure it is correct. If the web address appears to be entered correctly, then the issue can usually be resolved by clearing your browser's cache and cookies. For instructions on performing these steps, click on the appropriate link for the web browser you are using:

How do you fix this error your browser sent a request that this server could not understand size of a request header field exceeds server limit?

Chosen solution This issue can be caused by corrupted cookies. Clear the cache and remove the cookies from websites that cause problems via the "3-bar" Firefox menu button (Options/Preferences). "Clear the cache: Options/Preferences -> Privacy & Security -> Cached Web Content: "Clear Now"

How do you fix bad request your browser sent a request that this server could not understand Chrome?

How to Fix 400 Bad Request Error.
Check the Submitted URL..
Clear Browser Cache..
Clear Browser Cookies..
File Upload Exceeds Server Limit..
Clear DNS Cache..
Deactivate Browser Extensions..

Why does my browser keep saying bad request?

Some common causes of the 400 bad request error are: Malformed URL syntax – the URL may contain invalid characters such as {, }, [, or ]. A wrongly encoded URL can also contain wrongly used ASCII characters, such as double percentage characters. Large file size – websites have a file upload limit.

How do I fix Google error 400?

How to fix a 400 Bad Request?.
Recheck the URL. Since a malformed URL is the most common cause of the 400 Bad Request error, make sure there are no typing or syntax errors in your URL. ... .
Check your internet connection. ... .
Clear browser cookies. ... .
Clear DNS Cache. ... .
Compress the file. ... .
Deactivate browser extensions. ... .
Restart your system..