Is this URL valid?
/path_A?param=value/path_B/path_C
after the parameters, there are more stuff.
CodePudding user response:
Yes that URL is valid, but it probably won't be parsed the way you want.
- The path is
/path_A
- The query string is
param=value/path_B/path_C
- The value of
param
isvalue/path_B/path_C