EventHopper / EHServerSide

Server-Side functionality including REST API, hosting scripts & client-server modules
0 stars 0 forks source link

Decode all URI Components in API Controllers #160

Open kylermintah opened 3 years ago

kylermintah commented 3 years ago

Right now we are not checking if incoming query parameters are encoded or not. We need to decode by default. Take for example category: 'Arts & Theatre' this should enter the endpoint in a URI encoded format and be decoded accordingly.