Questions tagged as 'proxy'

2
answers

How to do rewrite correctly in Nginx?

I'm having trouble configuring Nginx as a reverse proxy in an application. It is a Rails application, which runs on unicorn. In this case, I have the link domain. Instead of creating a subdomain, I'd like link to be the root url and direc...
asked by 24.02.2016 / 22:52
1
answer

Configure Heroku with proxy

I'm trying to start using Heroku to test a java web app I made, I downloaded the Heroku Toolbelt but at the time of logging it launches an Unable to connect to Heroku API, please check internet connectivity and try again. Here where a proxy...
asked by 06.04.2015 / 19:16
1
answer

NPM - modules and proxy

Good afternoon I'm trying to install the ibm watson module in my app, but I get error below I'm on the corporate network ... What I wanted to know is if I can "dribble" or configure this proxy in some way    C: \ Users \ birth \ Desktop...
asked by 25.06.2018 / 20:37
1
answer

Put 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 ProxyServer /t REG_SZ /d 172.16.7.200:3128 /f...
asked by 23.01.2015 / 16:23
1
answer

Centos 7 - Proxy authentication without saving password

Is there any way to configure the proxy in the file "/etc/yum.conf" without leaving the password saved in this file? Something like, pass the password by parameter? Today the password is written to the file as follows: # HABILITAR PROXY CEN...
asked by 17.04.2018 / 19:10
2
answers

Network Configuration via prompt

How do I disable the "Use automatic configuration script" checkboxes and also "Do not use proxy server for local addresses"? To disable the proxy, I am using the command: "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /...
asked by 26.09.2017 / 16:05
1
answer

Doubt using the JavaScript Proxy API

I made this code to study the JavaScript Proxy. It works by detecting the object's property change but when I call the property in the console.log it does not appear changed JS var f = {nome: "Fulano"} f = new Proxy (f, { set: (target, p...
asked by 25.10.2016 / 20:57
1
answer

Error connecting to ftp using proxy c #

I have an application that connects to an ftp, however when I try to connect using proxy authentication I get an error. O servidor remoto retornou um erro(514). Proxy retornou um erro. This is the method that gives the error. public strin...
asked by 22.07.2016 / 16:00
1
answer

Email Sending via Proxy - JavaMail

This is my code: (UPDATED 2) I UPDATED THE CONFIG OF MY ACCOUNT. Allow access by external apps and it worked !!! PS: but I had to make the suggested changes too. So I marked the answer below as correct! MAIN CALLING METHOD: package Tud...
asked by 07.05.2015 / 16:23
0
answers

How to add tor proxy settings in chrome browser with c # and selenium

I need to open the chrome browser with Tor proxy settings using selenium. I have achieved success with firefox but it is not very agile, so it is necessary to use chrome. The problem is that I do not know how to apply the settings to chrome....
asked by 28.12.2018 / 20:31