Welcome Guest, Not a member yet? Register   Sign In
Segment length in uri problem
#5

(This post was last modified: 09-07-2023, 10:49 PM by InsiteFX.)

Code:
Maximum URL length for web servers and CDNs
-------------------------------------------
Apache: 8,177 characters.
NGINX: 4,096 characters.
Microsoft IIS: 16,384 characters.
Fastly (CDN): 8,192 characters.
Amazon Cloudfront (CDN): 8,192 characters.
Cloudflare (CDN): 32,768 characters.

Max size of URL parameters in _GET
-----------------------------------
In PHP, the maximum size of the parameters in a GET request is determined by the server's configuration.
The default value is often around 2MB, but it can be increased or decreased depending on the server's settings.
The specific value can be found in the server's php.ini file in the variables post_max_size and upload_max_filesize.
.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Segment length in uri problem - by kabeza - 09-07-2023, 08:40 AM
RE: Segment length in uri problem - by ozornick - 09-07-2023, 08:49 AM
RE: Segment length in uri problem - by kabeza - 09-07-2023, 09:12 AM
RE: Segment length in uri problem - by kenjis - 09-07-2023, 02:53 PM
RE: Segment length in uri problem - by kabeza - 09-08-2023, 04:44 AM
RE: Segment length in uri problem - by InsiteFX - 09-07-2023, 10:43 PM
RE: Segment length in uri problem - by InsiteFX - 09-08-2023, 09:07 PM
RE: Segment length in uri problem - by kabeza - 09-11-2023, 03:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB