Dominik Lux
Dominik Lux
Would it be possible that the ContextBroker internally [encodes](https://www.degraeve.com/reference/urlencoding.php) unwanted/forbidden characters? It would be nice to send: ```json { "id": "hello/world", "type": "slashedEntity", "someTextualCondition": { "type": "ParsableCondition", "value": "If (x...
I am talking about an INTERNAL encoding. This also includes the decoding part. So for clearance: A client wants to create an entity and does the following: ```json # POST...
By forbidding specific characters, the possibility by not being attacked is not reduced in my opinion. E.G.: [Here](https://www.w3schools.com/tags/ref_urlencode.asp) is another URL-Encoding-Reference. There, it specifically shows that you can encode `control...