Questions tagged as 'proxy'

2
answers

Bat to enable and disable proxy

I need a bat to activate and deactivate proxy already with the set ips can anyone help me? To activate use the following command: REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_...
asked by 23.01.2015 / 12:45
3
answers

Setting a Field for a Proxy

Hello, I have a problem: I need to change the value of a Field to a proxy. My proxy works perfectly, but I can not modify a Field. Whenever I try it returns an IllegalArgumentException saying that I can not set the field of such type to Proxy...
asked by 11.07.2014 / 03:39
2
answers

How to make a request in Python 3 through an HTTP proxy

In Python, we can retrieve the content of a URL quite simply: from urllib import request response = request.urlopen('http://www.google.com.br') However, in corporate environments we can not access the internet directly, we need to go thro...
asked by 05.02.2014 / 21:03
0
answers

Connection redirection with tunneling proxy [closed]

I have two Ubuntu servers, one in Brazil and the other in the USA, in both of them I activated IP_FORWARD to be able to make a connection tunnel with them to the destination, well, I bought the two to do some ping tests, when I make the connecti...
asked by 07.11.2017 / 19:32
1
answer

JBoss AS 7 using proxy with HTTPS

I have a JBoss server on my development machine. In the company where we work we have a proxy. I need to test the Google recaptcha. It uses https. I configured the proxy information in the system-properties tag of the standalone.xml...
asked by 17.09.2015 / 13:46
1
answer

PHP x Proxy Authentication

I have a network with proxy authentication which I do not have access to the settings and a system in the internal network via PHP. The users and passwords of the PHP system are the same as those of AD and PROXY, but would like that when send...
asked by 16.09.2014 / 15:25
0
answers

How to redirect all dns to a local proxy?

I would like to redirect all traffic that goes through a DNS server to a local Proxy or on the same machine ... example: 10.0.0.10 (DNS) > > Local Proxy > > Internet EX: For example, machine with ip 10.0.0.11 > (10.0.0.10) and...
asked by 10.07.2018 / 16:04
0
answers

Cinnamon Proxy Authentication

I'm setting up a Linux Ubuntu machine with a Chrome interface with cinnamon 3, but they are not able to make Google Chrome open a proxy authentication window, I know that Google Chrome uses a proxy authentication system other than Firefox be set...
asked by 29.06.2018 / 01:13
0
answers

Goggle APIS with C # through proxy

I'm trying to connect to the Google drive through Google.apis but here in my service has a proxy and when I try to get the credential it gives error requesting proxy authorization. (opened browser accessed a page it asks for password, if you clo...
asked by 05.06.2018 / 20:30
0
answers

Proxy server with php and curl super slow after x connections

I have a system that makes use of the Curl library in php, works perfectly however, when there are many online users the request with Curl gets extremely slow. I've tried all sorts of optimization in php / centos and nothing solved, does anyone...
asked by 19.11.2017 / 09:08