Is a URL allowed to contain a space?

后端 未结 10 1402
慢半拍i
慢半拍i 2020-11-22 04:02

Is a URI (specifically an HTTP URL) allowed to contain one or more space characters? If a URL must be encoded, is + just a commonly followed convention

10条回答
  •  滥情空心
    2020-11-22 04:09

    Urls should not have spaces in them. If you need to address one that does, use its encoded value of %20

提交回复
热议问题