Most voted "proxy" questions
Proxy is an intermediate server that fulfills requests by forwarding the client data ahead: a user (client) connects to a proxy server, requesting some service such as a file, connection, web page, or any other resource available on the other server.
Learn more…57 questions
Sort by count of
-
7
votes1
answer8430
viewsMake git go through proxy
I’m setting up my work environment here at the service. It is windows 7 and has a proxy with user and password. I want to download a project from my repository on Github and need to go through the…
-
7
votes2
answers4326
viewsProxy connection: HTTP 407 Proxy authentication Required
I created a project for ASP NET where I want to get the data of an address from the zip code by calling the url on a webservice. On my machine works normally, but on the machine I work, there is a…
-
7
votes1
answer77
viewsIn the Web context what is a proxy?
How to work with this technology and what its use on the day of a web application is in the case of client or server ? Use cases can be in any language, just for understanding its functioning.…
-
6
votes2
answers5827
viewsHow to set up proxy in Android Studio?
Company where I work adhered to the use of proxy and I’m having problems using the gradle. Gradle returns the following error : Error:Connection timed out: connect. If you are Behind an HTTP proxy,…
-
4
votes1
answer702
viewsHow to find the server port that answered the request
I’m using the http-proxy to create a load Speak in Nodejs, this module has the event proxy.on('proxyRes', function (res) { .. }); Within this event, I would like to grab the server port that…
-
4
votes3
answers16370
viewsBat to enable and disable proxy
I need a bat to activate and disable proxy already with the ips set someone can help me ? To activate use the following command: REG ADD…
-
4
votes1
answer528
viewsDetect proxy configuration in webrequest
Good afternoon my dear, I need to make a request for an api that stays in an external domain the local network, I perform this through a webrequest that was created this way: WebRequest myWebRequest…
-
4
votes1
answer399
viewsWhat is the difference between Reverse Proxy and Forward Proxy?
I’m looking for the answer to this question, but most of the sources I consulted, including Stack Overflow itself, have not solved my question.
proxyasked 7 years, 1 month ago Lucas Dirani 197 -
4
votes1
answer125
viewsHTTP request within a company that uses proxy
I’m sorry if that question is repeated. I always try to get the answer before asking here, and this time I didn’t (I suddenly didn’t use the right keywords, perhaps for lack of knowledge, but…
-
3
votes1
answer512
viewsConfigure Heroku with proxy
I’m trying to start using Heroku to test a web java app I made, I downloaded Heroku’s Toolbelt but when it comes to logging in it launches a Unable to connect to Heroku API, Please check internet…
-
3
votes1
answer125
viewsHow to use the remote driver on proxy protected computer via R software Rselenium package?
Well, I need to access a site on my work network, but this is protected by proxy. Some sites accept using httr and rvest packages, others do not. To log in to site for examples I cannot. Example:…
-
2
votes2
answers3020
viewsHow to request Python 3 via an HTTP proxy
In Python, we can recover the contents of a URL in a very simple way: from urllib import request response = request.urlopen('http://www.google.com') However, in corporate environments we cannot…
-
2
votes3
answers86
viewsSetting a Field for a Proxy
Hello, I’m having a problem: I need to change the value of a Field to a proxy. My proxy works perfectly, but I can’t modify a Field. Whenever I try returns me an Illegalargumentexception saying I…
-
2
votes1
answer392
viewsPHP x Proxy Authentication
I have a network with proxy authentication which I do not have access to settings and a system in the internal network via PHP. The users and passwords of the PHP system are the same as AD and…
-
2
votes0
answers61
viewsConnection redirection with proxy tunneling
I have two Ubuntu servers, one is in Brazil and the other in the US, in both I activated IP_FORWARD to be able to make a tunnel connection with them to the destination, well, I bought the two to do…
-
2
votes1
answer299
viewsAdding proxy settings in Chrome browser with c# and Selenium
I need to open the Chrome browser with Tor proxy settings using selenium. I was successful with firefox but it’s not very agile, so you need to use Chrome. The problem is I don’t know how to apply…
-
2
votes1
answer983
viewsDocker Compose does not work using proxy
I’m creating a file docker-compose to upload a system with multiple nodes. To start testing, I created only one service in that file docker-compose.yml: version: '3' networks: production-network:…
-
2
votes0
answers168
viewsProblems to download the angular cli through the terminal due to the internet provider?
I have a problem (I am currently using windows 10) that I can not solve. When I’m using the Internet here in my house and give the command npm install -g @angular/[email protected] the terminal locks and…
-
1
votes1
answer205
viewsJboss AS 7 using proxy with HTTPS
I have a Jboss server on my machine for developing tests. In the company where I work we have a proxy. I need to test the Google recaptcha. It uses https. I set up the proxy information in the tag…
-
1
votes2
answers1124
viewsHow to rewrite correctly on Nginx?
I’m having trouble setting up Nginx as a reverse proxy in an application. It’s a Rails application that runs on Unicorn. In case, I have the mastery http://www.meudominio.com.br. Instead of creating…
-
1
votes1
answer114
viewsDoubt using the Javascript Proxy API
I made this code to study Javascript Proxy. It works by detecting the change of the object’s property but when I call the property on the console.log it does not appear changed JS var f = {nome:…
-
1
votes3
answers861
viewsSimulate "ok" via command line
I have a Windows prompt command that disables proxy settings: REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\" /v ProxyEnable /t REG_DWORD /d 0 /f My system browsers are…
-
1
votes0
answers2002
viewsRedirect with htaccess without changing URL
I have a system that runs on the address www.dominio1.com.br/sistema and need the user to type www.dominio2.com.br/sistema is directed to www.dominio1.com.br without changing the URL. I did a test…
-
1
votes0
answers43
viewsGoggle APIS with C# via proxy
I’m trying to connect in Google drive through Google.But here in my service has proxy and when I try to get the credential it gives error requesting proxy authorization. (opened browser accessed a…
-
1
votes0
answers117
viewsHow to redirect all dns to a local proxy?
I would like to redirect all traffic passing 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, host…
-
1
votes0
answers67
viewsProxy authentication in Cinnamon
I am configuring a Linux Ubuntu machine with gàafica interface with Cinnamon 3, but are not able to make Google Chrome open a proxy authentication window, I know that Google Chrome uses a proxy…
-
1
votes1
answer54
viewsCan I run ASP.NET on Nginx without Kestrel?
Is it possible to host my ASP.NET site directly on Nginx, just like PHP would? No need to use Kestrel and Nginx just as one proxy reverse.
-
1
votes0
answers182
viewsHow the Node.js "npm run proxy" command works
I want to do some work on the open source game Codecombat (https://github.com/codecombat/codecombat). I managed to install the game, but in the community (in English) I was recommended to execute…
-
1
votes1
answer79
viewsStatuscode = 407, Reasonphrase: 'authenticationrequired under development only
I have an ASP.NET application that accesses a remote server (outside the company domain; external URL) to verify some data. When I run the application on development environment - localhost…
-
1
votes0
answers53
viewsHow to configure proxy with user and password in Ionic?
I’m trying to configure the Ionic proxy to download projects here in the company but something is wrong. In npm the proxy is set and works well (see file .npmrc):…
-
1
votes0
answers29
viewsRancher 1.6 websocket does not work
I’m having trouble using Socket.IO inside Rancher 1.6. Websocket connections sometimes even work but most of the time it is giving 503 or 502 error. I tried some settings within Haproxy to make…
-
1
votes1
answer80
viewsHow to connect a Electron Nodejs window to a proxy?
I have the following code in Js on Node, using Electron: const {app, BrowserWindow} = require('electron') app.on('ready', function(){ mainWindow = new BrowserWindow();…
-
0
votes1
answer1177
viewsPlace exceptions in the proxy by batch
@echo off REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v…
-
0
votes1
answer172
viewsConfigure Virtualhost in wamp
I have the following configuration on wamp: <VirtualHost *:8080> ServerName 192.168.10.129 ProxyPreserveHost On ProxyPass / http://172.31.42.42/ ProxyPassReverse / http://172.31.42.42/…
-
0
votes1
answer1146
viewsSending Email Via Proxy - Javamail
This is my code: (UPDATED 2) I updated my account. I allowed access by external apps and then it worked !!! PS: but I had to make some of the suggested changes. So I marked the answer below as the…
-
0
votes0
answers78
viewsHow to implement Design Pattern for a microservice proxy?
Soon we will make our applications through Middleware, I know that the authentication of the systems will be through Oauth2, but I have the following doubt: Where I should start studying related…
-
0
votes0
answers182
viewsRedirect VPN or DNS to Proxy
I have a proxy server on my host on port 8080, through the proxy I can control the order and response traffic made by the client machine. However, I would like to use this proxy together with my VPN…
-
0
votes0
answers429
viewsHow to know if someone is using a proxy to access my website
With the PHP language can I know if the user is using a proxy to camouflage his real IP? I’m talking about these proxys here -> http://www.freeproxylists.net/…
-
0
votes1
answer438
viewsError while connecting to ftp using c#proxy
I have an application that connects to an ftp, but when trying to connect using proxy authentication I get an error. O servidor remoto retornou um erro(514). Proxy retornou um erro. This is the…
-
0
votes0
answers21
viewsLocal Proxy Server - C#
Recently I had contact with an application called Burp Suite. The application provided a local proxy server on a specific port (127.0.0.1:8080), and, if I used this proxy server in my browser all…
-
0
votes3
answers2361
viewsConfiguration Network via prompt
As deactivated via command prompt the check boxes "Use automatic configuration script" and also "Do not use proxy server for local addresses"? To disable the proxy, I am using the command:…
-
0
votes0
answers149
viewsError 407 when connecting in proxy
I am trying to communicate with a web service and my machine uses internet via proxy. When initiating web service communication, proxy authentication error. How can I get the user and password I use…
-
0
votes1
answer95
viewsHow to block users based on their location?
I have an application where users type A post information. By default these posts will be available to any user on the web, anywhere in the world. But there is the possibility for the user to…
-
0
votes1
answer254
viewsCentos 7 - Proxy authentication without saving password
Is there any way to configure the proxy in the "/etc/yum.conf" file without leaving the password saved in this file? Something like, pass the password by parameter? Today the password is written in…
-
0
votes0
answers836
viewsReceived HTTP code 407 from proxy after CONNECT - GIT
When trying to clone a Bitbucket project, this returns this error. Received HTTP code 407 from proxy after CONNECT The proxy configuration is being done this way : git config --global http.proxy…
-
0
votes1
answer722
viewsNPM - modules and proxy
Good afternoon I am trying to install the ibm Watson module in my app, but get error below I am in the company network... What I wanted to know is if I can "dribble" or configure this proxy somehow…
-
0
votes1
answer75
viewsProxy problems with Okhttp
I’m using the library Okhttp to request my application to the facebook api, but I need to work on a proxy network, when instantiating OkHttpClient() and call OkHttpClient.newCall(request).execute()…
-
0
votes1
answer39
viewsjava.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…
-
0
votes1
answer232
viewsHow to define proxy in Capybara
I need to perform my tests, but my work network uses a proxy. What better way to set this up within my env.Rb Below follows my file configuration code "env.Rb" require "selenium-webdriver" require…
-
0
votes1
answer24
viewsWhy this Reference Error
The method _validaFunção is in the same context as the create method, so why create returns a Uncaught ReferenceError: validaFuncao is not defined? class ProxyFactory { static _validaFuncao(funcao)…