Can urls contain dots in the path part? -


is valid url? (from standard point of view)

http://test.com/some/path/version/1.2/thing  

yes. common versioning web service interfaces. see spec: http://www.w3.org/addressing/url/url-spec.txt


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Creating xls in javascript using ActiveXObject -