Hello.

I am trying to configure a new URL in Weby to be able to launch tickets in Zoho really easily. The way Zoho does their URL's is by using the # symbol to separate the webserver from the actual ticket number and it looks something like this:

https://sprints.zoho.com/team/teamname#itemdetails/P32/I2614 - I2614 is the actual ticket number, and everything after the # symbol is, I believe, essentially an HTML anchor.

The problem with how Weby parses this is that everything after the # symbol gets put as a backslash, thus making the URL turn into this https://sprints.zoho.com/team/prodigy992#itemdetails\P32\I2614

I can't find a good workaround for this because the URL doesn't work, so any help on how to get around this would be appreciated.