• Hi all,
    some days ago I switched to php 7.2 on my server and all plugins and theme were (and are) ok and updated.

    I don’t know if it’s due to php version but now I have
    “Bad Request. Your browser sent a request that this server could not understand.
    Size of a request header field exceeds server limit.”

    It happens only when i’m logged in with Chrome and when I click on links of articles and categories.
    I cleared cache and cookies and for some time it was ok but now it’s happening again.

    How can I fix it? Is php 7.2 causing the issue?

    Thanks!

Viewing 1 replies (of 1 total)
  • The ‘Size of a request header field exceeds server limit’ part of the error explains the issue. When you click on a link, too much information is being passed into your hosting server which has a limit set on how much information it is willing to accept.

    You would need to contact your web hosting provider’s support to see if they can increase that limit or you would need to have a developer investigate further to see what is creating the information to cause the limit to be hit.

Viewing 1 replies (of 1 total)

The topic ‘400 Bad Request when logged’ is closed to new replies.