URI specification: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == URI(Uniform Resource Identifier:통합 자원 식별자) 내용 정리 자세한 내용은 rfc3986 를 참조하자. category:programming") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
URI(Uniform Resource Identifier:통합 자원 식별자) 내용 정리 | URI(Uniform Resource Identifier:통합 자원 식별자) 내용 정리 | ||
자세한 내용은 | 자세한 내용은 RFC 3986 를 참조하자. | ||
[[category: | == Basic == | ||
=== Length === | |||
일반적으로 허용 가능한 URI 최대 길이는 2048 character 이다<ref>http://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers</ref> | |||
== References == | |||
<references /> | |||
[[category:http]] |
Latest revision as of 14:31, 22 August 2016
Overview
URI(Uniform Resource Identifier:통합 자원 식별자) 내용 정리
자세한 내용은 RFC 3986 를 참조하자.
Basic
Length
일반적으로 허용 가능한 URI 최대 길이는 2048 character 이다<ref>http://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers</ref>
References
<references />