Uri Builder in android - '/' replaced by '/' and “:” is replaced by “:”

后端 未结 3 1222
夕颜
夕颜 2021-02-04 00:45

I want to build the following URI -

https://10.112.88.182:8443/Vehicle/services/socialService/login

...

Builder builder = new          


        
3条回答
  •  自闭症患者
    2021-02-04 01:07

    The solution is quite simple, simply use appendEncodedPath(), it will not encode your string, it just appends it as it is.

提交回复
热议问题