JKorf / HTX.Net

A C# .netstandard client library for the Huobi REST and Websocket Spot and Swap API focusing on clear usage and models
https://jkorf.github.io/HTX.Net/
MIT License
73 stars 52 forks source link

feature: Support Http Reverse Proxy #93

Closed dameng324 closed 2 years ago

dameng324 commented 2 years ago

There is some sign issue when use http-reverse-proxy: Sign should use "api.huobi.pro" Host instead of proxy host like "mydomain.com".

I have already fix it in this PR.