REST GET Service with + in query parameter

1
I have a published rest service (GET) with a queryparameter emailaddress. When user fill in a emailadres like  test@test.com there is no problem. When they use test+1@test.com the service can not handle it and makes the queryparameter empty. How can i prevent that and pass the queryparameter to the microflow? I did try to find some setting like urlencoding or similar but couldn't find something like that in the webservice settings.
asked
1 answers
1

Hi Hans,

 

you can use the urlEncode option Mendix offers. 

 

Which will result in: 

answered