Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

danimohamadnejad's avatar

Get request url parameter length limit

Hello in my laravel application I need to send some data to server in form of json using Get request. when length of url parameter increases, a 404 not found error arises. I guese its because of length of url parameter. how can I change length limit for Get request? thank you

0 likes
2 replies
danimohamadnejad's avatar

I have implemented code in such a way that some times I need to send large amounts of data in form of json and Get request to get some view. I didnt care about this problem when I was designing my javascript component. isnt there any way to change limit?

Please or to participate in this conversation.