danhje / wgt

A simple API testing CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ampersand in query params causes problem

danhje opened this issue · comments

wgt test/data?this=that&that=this
Fetching http://test/data?this=that

Turns out you just need to put the arguments in quotes.