Questions tagged as 'proxy'

1
answer

In the Web context what is a proxy?

How do you work with this technology and what is its use on the day of a web application in the case of the client or the server? Use cases can be in any language, just to understand their operation.     
asked by 01.12.2016 / 02:22
1
answer

Proxy 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 CEP by querying a call from the url in a webservice. On my machine it works normally, however on the machine I work, there is a need for network authenticatio...
asked by 28.04.2015 / 19:23
1
answer

Get git through proxy

I'm setting up my work environment here in the service. It is windows 7 and has a proxy with username and password. I want to download a project from my repository in Github and need to go through the proxy. I'm doing everything for the...
asked by 30.04.2014 / 16:24
2
answers

How to configure proxy in Android Studio?

Company where work joined proxy use and I'm having trouble using gradle . The gradient returns the following error:    Error: Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either...
asked by 28.07.2015 / 18:15
1
answer

Detect proxy setting on webrequest

Good afternoon my dear, I need to make a request for an api that is in a domain outside the local network, I do this through a webrequest that was created this way: WebRequest myWebRequest = WebRequest.Create("urldestino"); However, the net...
asked by 21.07.2017 / 22:33
1
answer

How to find the server port that responded to the request

I'm using the link to create a load balancer in NodeJS, in this module has the event   proxy.on('proxyRes', function (res) { .. }); Within this event, I would like to get the server port that answered the request by the res parame...
asked by 18.03.2014 / 21:45
0
answers

HTTP request within a company that uses proxy

Sorry if this question is repeated. I always try to get the answer before asking here, and this time I did not find it (suddenly I did not use the correct key words, maybe for lack of knowledge, but whatever). CONTEXT I work in a company...
asked by 26.05.2018 / 18:21
1
answer

What is the difference between Reverse Proxy and Forward Proxy?

I'm looking for the answer to this question, but most of the sources I've consulted, including Stack Overflow itself, have not solved my question.     
asked by 25.09.2017 / 21:12
2
answers

Simulate an "ok" via the command line

I have a command from the Windows prompt that disables proxy settings: REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\" /v ProxyEnable /t REG_DWORD /d 0 /f Browsers on my system are configured to use my system set...
asked by 05.10.2017 / 21:34
1
answer

Docker compose does not work using proxy

I am creating a docker-compose file to upload a multi-node system. To start testing, I created only one service in this file docker-compose.yml : version: '3' networks: production-network: driver: bridge services: node1:...
asked by 01.10.2018 / 17:39