you need to be careful with special characters, because you need to encode them, like @, using percent-encoding:
@ → %40
: → %3A
/ → %2F
? → %3F
.# → %23 (without .)