블로그 이미지
footprintz
제대로 달려, 전력 질주 할 수 있는 시간은 의외로 짧아...

calendar

1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

Notice

2013. 12. 24. 19:41 개발 이야기/Network

HTTP does not define any limit. However most web servers do limit size of headers they accept. 


For example in Apache default limit is 8KB, in IIS it's 16K


Server will return 413 Entity Too Large error if headers size exceeds that limit.


cf)

Apache 2.0, 2.2: 8K

nginx: 4K - 8K

IIS: varies by version, 8K - 16K

Tomcat: varies by version, 8K - 48K (?!)


 - 원문 : http://stackoverflow.com/questions/686217/maximum-on-http-header-values

posted by footprintz
prev 1 2 3 4 5 6 7 ··· 64 next