Questions tagged as 'proxy'

1
answer

java.net.Proxy problem with Marshmallow and versions below

I have the following test: package com.technopartner.technosdk.proxy; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import java.io.IOException; import java.net.Authenticator; impo...
asked by 19.12.2018 / 12:41
0
answers

Error: Connection timed out: connect, problem updating Gradle

Sorry if I'm posting wrong or not correctly. I was doing an update of Gradle and I came across the error that accuses me of some kind of proxy. I went in the HTTP Proxy settings of Android Studio and there it is marked "No Proxy", along with...
asked by 20.10.2018 / 20:54
0
answers

Site giving the connection expired Squid

I'm using squid and most sites work normally, but some sites like link and # Squid.conf # # Recommended minimum configuration: # # Example rule allowing access from your local networks. # Adapt to list your (internal) IP networks from...
asked by 02.10.2018 / 19:02
0
answers

Received HTTP code 407 from proxy after CONNECT - GIT

When trying to clone a Bitbucket project, it is returning this error. Received HTTP code 407 from proxy after CONNECT Proxy configuration is being done this way: git config --global http.proxy " link " also using on https.     
asked by 20.09.2018 / 20:36
1
answer

Proxy problems with OkHttp

I'm using the OkHttp library to make my application requests for facebook api, however I need to work on one network with proxy, when instantiating OkHttpClient() and calling OkHttpClient.newCall(request).execute() I get a timeou...
asked by 22.08.2018 / 15:43
0
answers

Is it possible to use a proxy to display a page at the beginning of Session?

Hello. We have around 1500 users and eventually we need to issue warnings that must be read by users. I wonder if it is possible to use a proxy (eg squid) to intercept the first user request and send it to a specific page. More or less lik...
asked by 25.05.2018 / 20:37
0
answers

Recaptcha problems using PHP Facebook Webdriver with Proxy

I'm having a hard time here. The destination server blocked me after data extraction tests. I got some proxies and got the access again, however the problem is that the google recaptcha does not render anymore, it displays the following error me...
asked by 27.04.2018 / 22:22
0
answers

How to get web system Query

Can anyone tell me if there is any way to get a registration query of a web system (from a printer), through some proxy or some form to be able to take this procedure and edit it in a program I know made in JAVA . Because every time a new cus...
asked by 19.04.2018 / 16:12
0
answers

Error in Python proxy configuration

I'm performing automated testing with Selenium and I need to test access to a particular site with different proxy's. I get the list of proxy's through a website and implement the configuration as follows: PROXY = address proxy = Proxy({ '...
asked by 10.04.2018 / 18:54
1
answer

How do I block users based on their location?

I have an application where users type A posts information. By default these posts will be available to any web user, anywhere in the world. But there is a possibility for user A to restrict his post 123 to some cities. In other words, userA...
asked by 05.04.2018 / 15:55