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

Cesium tries to add invalid characters to HTTP request headers #155

Closed
kring opened this issue Dec 10, 2022 · 1 comment · May be fixed by #158
Closed

Cesium tries to add invalid characters to HTTP request headers #155

kring opened this issue Dec 10, 2022 · 1 comment · May be fixed by #158

Comments

@kring
Copy link
Member

kring commented Dec 10, 2022

Probably when the project name uses non-ASCII characters, which Unity (and probably HTTP in general) do not allow.

As reported here:
https://community.cesium.com/t/launching-cesium-for-unity/21380/12

We can likely fix this by encoding as described in RFC 8187.

@kring
Copy link
Member Author

kring commented Dec 20, 2022

This was fixed in #160, though a better fix (in #158) is still pending.

@kring kring closed this as completed Dec 20, 2022
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

Successfully merging a pull request may close this issue.

1 participant