Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - yuvzohar

#1
Security / How to implement a proxy client
December 13, 2022, 04:43:26 AM
hello,

I'm willing to implement a proxy client which needs to support common proxy servers in enterprise companies.
Since my knowledge of Proxy servers is pretty basic I'll be glad for some help here:

I'd like to be able to connect with HTTP(s) and SOCK(4/5) proxy servers. 
Also, I'd like to be able supporting authentication.
What authentication types should I support with each case (HTTP vs SOCK)?
What other type of capabilities should I implement in order for this to work properly?

Thanks in advanced.