I have made a custom action that makes a GET request to one of our services. The form looks like this when filled in:
However when providing test values, spaces are (imo incorrectly) mapped to +-signs.
For example when i enter:
I can see the request at my service is coming in with a value like
"Collegekaart+&+gebouwen".
Â
Even when i provide the parameter as an URL-encoded value it does not work.
Could someone help me?
Â
Thank you in advance.