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
When I try to check if an object exists with object name ü.jpg I get a 400 bad request error. Other special characters like @.jpg work fine.
ü.jpg
@.jpg
Is there any documentation what characters are (not) allowed for an object name?
The text was updated successfully, but these errors were encountered:
I found the same. Turns out using rawurlencode() does the trick!
$container->getObject(rawurlencode('name containing special characters'));
Sorry, something went wrong.
No branches or pull requests
When I try to check if an object exists with object name
ü.jpg
I get a 400 bad request error. Other special characters like@.jpg
work fine.Is there any documentation what characters are (not) allowed for an object name?
The text was updated successfully, but these errors were encountered: