Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulate a laptop behind a proxy server

I wrote a small java code that uploads a file to an ftp server. It's not working for people behind a proxy server, to debug, I'd like to simulate their conditions. What's the best way to do it? is there a proxy server I can download and setup so that my computer requires proxy setup to access the network? Thanks a lot

like image 587
pompon_665 Avatar asked Jun 14 '26 12:06

pompon_665


1 Answers

You can use Squid for Windows, which is a very good proxy, but maybe the smaller CC Proxy is enough for your needs.

like image 169
Daniel Avatar answered Jun 16 '26 02:06

Daniel