HTTP URL - allowed characters in parameter names

后端 未结 4 524
一向
一向 2020-12-11 00:56

Is there any formal restriction as to which characters are allowed in URL parameter names?

I\'ve been reading RFC3986 (\"Uniform Resource Identifier (URI): Generic S

4条回答
  •  隐瞒了意图╮
    2020-12-11 01:08

    There are no restrictions on escaped parameter names in the URI specs. There might be restrictions in the server-side software that you use, though. This is especially true if you use “homemade” scripts to interpret URIs.

提交回复
热议问题