treeform / puppy

Puppy fetches via HTTP and HTTPS
MIT License
184 stars 27 forks source link

Proc get convert some character in url and api doesn't work #116

Open MauGal opened 4 months ago

MauGal commented 4 months ago

I have an url that is similar to this: https://address_api/users/?fields=name&filter[code]=xx

With HttpClient works perfectly

Using puppy I have an error. Url is converted: https://address_api/users/?fields=name& amp ;filter%5Bcode%5D=xx & amp ; without spaces and the api response with a 302 code

Nim version: Nim Compiler Version 2.0.2 [Windows: amd64] libcurl: 1.0.0 puppy: 2.1.2