GET request - ID gets cut at character '#'

You are viewing an old version of this article. View the current version here.

Hello, I have IDs which include the character '#'. Doing a GET request (WHERE ID), the ID gets cut after the '#' and the consequence is no result. Is there a way to omit the wildcard for '#'.

Here an example: The ID gg343-ghjdg#hgfds-ggg gets cut to gg343-ghjdg. I tried to escape like \#, but it doesn't help.

Would be happy for some suggestions / help. Thanks! Harald

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.