Request URI too Large (414 Error) with foundation-wizard-control-src | Community
Skip to main content
abhisheks144250
Level 2
February 8, 2019
Question

Request URI too Large (414 Error) with foundation-wizard-control-src

  • February 8, 2019
  • 1 reply
  • 1768 views

Hi,
i am getting  request URI too large error. My data(attaching on clicking next) has increased in recent times.
But we are not using ajax call through JS or something that sort.
The general solution for 414 is changing GET to POST as i googled.
But i am not sure how to change the behaviour of foundation-wizard-control-src.
We are using "foundation-wizard"( foundation-wizard — Granite UI 1.0 documentation )
AEM version: 6.4

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Gaurav-Behl
Level 10
February 8, 2019

when do you get 414 error - before form submit when you navigate through the steps of form-wizard or at the time of form submit on last page of wizard?

If you get the error on last page at the time of submit in submission response then change the GET method to POST. If you get the error while navigating then you're appending too much information in the url and you should customize it to use cookie/sessionStorage or other mechanisms based on the framework/libraries you use.