【发布时间】:2015-11-19 21:52:06
【问题描述】:
我尝试调用带有一些查询字符串参数的 Restful 服务。
Rest URL 看起来像
http://localhost/myservice/offers/postCode/560087/?Id=1&City=Hello,world
在上面的 Url 中,我最后一个查询字符串参数 City 可以有逗号。
我正在尝试从 Chrome 上的 Advanced Rest Client 插件调用服务。
但我得到 406 不可接受。
我该怎么做?
【问题讨论】: