brookshi / Hitchhiker

a Restful Api test tool
http://www.hitchhiker-api.com
Other
2.19k stars 402 forks source link

URL query string can't decode %2C to , #256

Open mikuazusa opened 5 years ago

mikuazusa commented 5 years ago

1. What went wrong (哪里出错)?

226 URL query string can't decode %2C to ,

例子:http://httpbin.org/get?a=1%2C2%2C3

2. Additional Information (e.g. Screenshots, Links) (补充信息,截图,链接等) Add any other context about the problem here (补充具体的上下文信息) image image

brookshi commented 5 years ago

直接传1, 2, 3就行了

mikuazusa commented 5 years ago

可是有些时候,直接整个URL从chrome粘贴过去就要每条请求手动处理参数了,会很麻烦

brookshi commented 5 years ago

好的,回头改进下