Replacing use of "[" and "]" as it violates RFC 7230 and RFC 3986 #852
Unanswered
ManuConstantin
asked this question in
Ideas
Replies: 1 comment
-
to my knowledge, this package is built according to the Json:api specification, in which the defined filter syntax, which is defined in their appendix query details and quer parameter family, use the square brackets |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since characters like "[", "]", "{", "}" are not compliant with RFC 7230 and RFC 3986 it would be nice if we could replace them with something else.
Example
From filter[something]
To filter%something%
Beta Was this translation helpful? Give feedback.
All reactions