bat icon indicating copy to clipboard operation
bat copied to clipboard

GET query values / POST json values broken by #59

Open smyrman opened this issue 7 years ago • 0 comments

#59 breaks parsing of query / post parameters.

The fix is meant to allow heder values with = in them, but breaks the case of having GET query or POST values with : in them. E.g.:

filter=fielda(expand:true),fieldb

Instead the implementation should look for the first occurrence of either : or = and split on that.

smyrman avatar Sep 23 '17 22:09 smyrman