We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The Budget name for imports from YNAB 4 is not urlencoded when calling the API.
To Reproduce Steps to reproduce the behavior:
Expected behavior Budget name should be "Test & 2"
Additional context
The request sent to the backend looks like this:
http://localhost:3000/api/v1/import/ynab4?budgetName=tes & 3=
This will lead to the & and everything after it to be dropped when the request path is processed by the backend.
&
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The Budget name for imports from YNAB 4 is not urlencoded when calling the API.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Budget name should be "Test & 2"
Additional context
The request sent to the backend looks like this:
This will lead to the
&
and everything after it to be dropped when the request path is processed by the backend.The text was updated successfully, but these errors were encountered: