api-platform / api-platform/core
AWS Api Gateway compatibility with query string parameters brackets
Open
- Dominant language
- PHP
- Stars
- 2.6k
- Forks
- 980
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 49
Description
AWS Api Gateway dont allow bracket for query string parameters but some query parameters of Api Platform need it.
Example of Api Platform query string parameter: `order[title]=ASC`
AWS Api Gateway error: `Parameter name should match the following regular expression: ^[a-zA-Z0-9:._$-]+$`
Is there any solution for Api Platform to be fully compatible with AWS Api Gateway ?
Thank you.
Contributor guide
Assessment
This issue has not been assessed yet.