-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi dev . i'm get error when connect to "https" with sock5 #44
Comments
What happens when you try another site? |
hi mazanuj . i get error with any site "https" |
Try socks5 servers from this site http://spys.ru/socks/ |
Ha, this site https://whatismyip.com/ always return Forbidden. (through a browser) |
@mazanij : can u accecss to https://graph.facebook.com via Sock5 with xNet dll |
any one please help me |
@cong88nv It is problem with your Socks. You must will search or buy new proxy. if you will want work with facebook, you must will read documentation from Facebook. Sorry my english is bad ;) |
@AgapovAlexsey : chrome work well with same socks but xnet is not :D |
@cong88nv I think that you do wrong anything. Chrome also execute javascript and it writing different headers. You must handle traffic with program Findler and see needing headers. |
i try with many sock5 but i'm get error
my code :
HttpRequest request = new HttpRequest();
request.UserAgent = "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36";
request.Proxy = new Socks5ProxyClient("85.189.91.91", 15852);
string html = request.Get("https://whatismyip.com").ToString();
=> i'm get : "Ошибка на стороне клиента. Код состояния: 403"
please fix it. thank u very much
The text was updated successfully, but these errors were encountered: