FusionAuth/fusionauth-netcore-client

Query string parameters are not URL encoded

epbensimpson opened this issue · 0 comments

Query string parameters are not being URL encoded, this will cause issues with various API calls e.g. RetrieveUserByEmailAsync if the email contains a + - when the API decodes this the + will be decoded as a space instead.