Open mehmetkara5007 opened 3 years ago
any help?
I don't think that an hostname can have a backslash. You are probably looking at hostname/instance
have a backslash. You are pro
I have 2 back slash for hostname in configuration page. It was working good with GORM 1
I am using different signs for variables of password, username and host name. I can wrap chars @,#,$,%,& by using Url.QueryEscape()
But I can not deal with "\" and "|" inside host name. (myapp.abc\snd or myapp.abc|snd) I am taking error: invalid URL escape \"%7C\"" even if I use url.PathEscape.
How can I solve this problem?
Thanks