【发布时间】:2015-06-09 18:27:41
【问题描述】:
只有第一个有效,第二个和第三个无效。任何想法为什么?
http://abc.def.ghi.com:8080/mango?ll=76.93839283938492_-145.126282939231&locale=en_US&q= //returns json response
http://abc.def.ghi.com:8080/mango?ll=76.93839283938492,-145.126282939231&locale=en_US&q= //does not work, gives "Bad Request"
http://abc.def.ghi.com:8080/mango?ll=76.93839283938492%2C-145.126282939231&locale=en_US&q= //does not work, gives "Bad Request"
【问题讨论】:
-
工作在哪里?您的问题应该提供一些背景信息。
标签: web-services rest url web