502 and 494 Error : The request could not be satisfied by cloudfront

0

I am getting this error from cloudfront when I am sending big GET request to my application :

494 Error : The request could not be satisfied. Bad request. We can't connect to the server for this app or website at this time.

I know that cloudfront has a limit of around 10k characters and when violated it responds with 413 error but I am not understanding why cloudfront throws 494 and what does it actually means.

On that note, Sometime I am seeing 502 error when sending big GET request to my application :

502 Error : The request could not be satisfied by cloudfront. Cloud front couldn't connect to the origin or origin returned an incorrect response.

Would any one know the meaning of these errors ( as these docs define error connecting to origin but why only with big request ) and how to fix them.

Note: I don't have the logs from cloudfront as it doesn't log big request.

Nash
gefragt vor 2 Jahren3772 Aufrufe
1 Antwort
0

Some browsers limit GET requests to a maximum character count. For example, Internet Explorer has a GET character limit of 2,048 characters including the URL path. Could this be a factor in the failures you are seeing?

profile pictureAWS
Kris
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen