Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MauGal opened this issue Mar 1, 2024 · 0 comments
Open

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

MauGal opened this issue Mar 1, 2024 · 0 comments

Comments

@MauGal
Copy link

MauGal commented Mar 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant