Closed dameng324 closed 2 years ago
There is some sign issue when use http-reverse-proxy: Sign Path should use Uri.AbsolutePath instead of Replace("https://www.okx.com", "")
Uri.AbsolutePath
Replace("https://www.okx.com", "")
I have already fix it in this PR.
I cant use Uri.AbsolutePath because I need query string as well. I changed codes as uri.PathAndQuery. Thank you
There is some sign issue when use http-reverse-proxy: Sign Path should use
Uri.AbsolutePath
instead ofReplace("https://www.okx.com", "")
I have already fix it in this PR.