You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: