proxy - Internet access via browser -


Is it possible to use the browser's internet connection for other applications?

I am in the environment where the browser is the only application that can access the internet connection. Meanwhile, I need to run Maven projects which require internet access to download the necessary jars.

I was thinking of making a proxy server in Chrome Extensions or other browsers but, I hope I can find one more easy way.

Looks like what you need for a web device. You can try to redirect the download in the browser or try to emulate the browser according to the program.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -