Can urls contain dots in the path part?

后端 未结 2 926
面向向阳花
面向向阳花 2020-12-15 02:33

Is this a valid URL? (from a standard point of view)

http://test.com/some/path/version/1.2/thing 
相关标签:
2条回答
  • 2020-12-15 03:00

    Yes. This is common for versioning web service interfaces. See spec: http://www.w3.org/Addressing/URL/url-spec.txt

    0 讨论(0)
  • 2020-12-15 03:09

    Obviously it is possible. Here is an example

    http://static.springsource.org/spring/docs/3.0.x/reference/beans.html.

    0 讨论(0)
提交回复
热议问题