Questions tagged as 'proxy'

0
answers

Python2.7 + Google BigQuery + HTTPLIB2 - Proxy Error

Good afternoon, I'm using google BigQuery for python2.7. I need to set the proxy for such access and so I use the httplib2 library as per the code below: # Imports the Google Cloud client library from google.cloud import bigquery import uui...
asked by 08.03.2018 / 17:57
0
answers

Error 407 when connecting in proxy

I am trying to communicate with a web service and my machine uses internet via proxy. When initiating communication with the web service, the proxy authentication error. How do I get the user and password that I use for browser in the browser? I...
asked by 27.09.2017 / 19:45
0
answers

Redirect with htaccess without changing URL

I have a system that runs at www.dominio1.com.br/sistema and I need the user typing www.dominio2.com.br/sistema to be directed to www.dominio1.com.br without the URL being changed. I made a test by placing an .htaccess...
asked by 07.10.2017 / 06:50
0
answers

How to tell if someone is using a proxy to access my website

With the PHP language do I have to know if the user is using a proxy to camouflage their real IP? I'm talking about these proxies here - > link     
asked by 04.07.2017 / 22:15
0
answers

Redirect VPN or DNS to Proxy

I have a proxy server on my machine on the port 8080 , through the proxy I can control the request and response traffic made by the client machine. However, I would like to use this proxy along with my VPN server. My VPN server was create...
asked by 25.07.2016 / 18:17
0
answers

How to implement Design Pattern for a microservices proxy?

Soon we will make our applications through Middlewares , I know that systems authentication will be through OAuth2 , but I have the following question: Where should I begin to study related subjects and how could I adapt the applications...
asked by 09.12.2015 / 20:10
1
answer

Configure VirtualHost in wamp

I have the following configuration in wamp: <VirtualHost *:8080> ServerName 192.168.10.129 ProxyPreserveHost On ProxyPass / http://172.31.42.42/ ProxyPassReverse / http://172.31.42.42/ DocumentRoot "c:/wamp/www/si...
asked by 08.04.2015 / 18:50
1
answer

ANDROID STUDIO DOES NOT UPDATE [closed]

I've done everything in Android Studio and it does not update and the SDK update sites can not download the Android Repository, I have already seen that the error is the 407, need proxy authentication. I have configured the proxy manually in the...
asked by 19.10.2018 / 17:31
1
answer

PYTHON - selenium proxy configuration

I'm trying to implement proxy configuration in firefox via selenium but when I open the page, setup works. Here is the test I did to access a site that verifies the ip. profile = webdriver.FirefoxProfile() profile.set_preference('general.usera...
asked by 11.04.2018 / 23:59