microrache
Results
2
comments of
microrache
Meanwhile I did a little debugging which brought me to an experiment: I changed the value for `QUERY_STRING_DELIMITERS['form']` in the file **uri_parsing.py from** `","` (comma) to a less common/likely string...
For anyone running into this issue, here is a workaround by defining a custom URI-parser-class within our app. We abstract the `OpenAPIURIParser` and re-define the delimiter by re-assigning a value...