I’m sending a GET request with an URL that contains an encoded pipe character
https://myhost/publication/info/11%20%7C%20Friends
but all I get in return is a bad request error 400.
I tried to send the pipe character without encoding, but it makes no difference.
What am I missing here? Is there a setting on the server side that needs to be edited?