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

Path parameters are case insensitive #6

Closed
ben-crowhurst opened this issue Jun 22, 2015 · 1 comment
Closed

Path parameters are case insensitive #6

ben-crowhurst opened this issue Jun 22, 2015 · 1 comment
Assignees

Comments

@ben-crowhurst
Copy link
Member

URLs in general are case-sensitive (with the exception of machine names). There may be URLs, or parts of URLs, where case doesn't matter, but identifying these may not be easy. Users should always consider that URLs are case-sensitive.

reference

@ben-crowhurst
Copy link
Member Author

auto name = request.get_path_parameter( "name", IGNORE_CASE );

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

No branches or pull requests

1 participant