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

Url encoding issue for Latin accented characters #462

Open
capirossij opened this issue Aug 11, 2021 · 0 comments
Open

Url encoding issue for Latin accented characters #462

capirossij opened this issue Aug 11, 2021 · 0 comments

Comments

@capirossij
Copy link

VBA Web interface especially AddQuerystringParam of WebRequest object does not encode Latin accented characters. A Get verb to retrieve data based on a string key returns no data though the data exists.
Workaround is to convert these characters all above ascii 127 to their Urlencoded target before to invoke AddQuerystringParam. Then the WebRequest encoding function does not process these characters and the API Get query works.

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