How to omit / disable a # wildcard in a GET request

harald's profile image harald posted 3 years ago in General Permalink

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

Her 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. Thanks! Harald

ansgar's profile image ansgar posted 3 years ago Permalink

You cannot do GET requests through HeidiSQL, or?

Please login to leave a reply, or register at first.