This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: 414 Request-URI Too Large nginx error

Home Forums Product Support Forums Ajax Search Pro for WordPress Support 414 Request-URI Too Large nginx error Reply To: 414 Request-URI Too Large nginx error

#36924
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

If you switch from the default GET override method to POST right here, it should resolve the issue.
If there is a long list of filters, which the plugin needs to send, it explains the issue – the server probably does not allow URLs after a certain length. The information however needs to be sent, and the POST method should work out just fine. Using the GET is the best way, but this should be okay as well.