Join us in building a kind, collaborative learning community via our updated Code of Conduct.

Questions tagged [http-proxy]

An HTTP Proxy is a server that receives requests from your web browser and then makes the request to the Internet on your behalf. It then returns the results to your browser.

0
votes
1answer
9 views

express-http-proxy proxy to react js app, but get no content

The proxy port is at 8080, and want to forward to the react js website when the browser calls localhost:8080/admintool. I am trying to use express-http-proxy to do it, but it only appears the title on ...
1
vote
0answers
8 views

python access Internet web-scrapping proxy

I am trying to access data online via some web-scrapping (beautifulSoup). However, I don't seem to be able to set my proxy correctly. import requests import numpy as np import pandas as pd from bs4 ...
81
votes
11answers
78k views

How to use vagrant in a proxy environment?

My company's network is using proxy. So when I use vagrant up, it showed me a 401 permission error. How can I do some setting to use vagrant?
1
vote
1answer
1k views

C# - Upload file to FTP through a HTTP Proxy

I'm trying to write a C# program to upload a file to an FTP passing through a Proxy. Here's the code I wrote: public new bool Upload(string localFilePath, string pathUpload) { Stream FStream = ...
0
votes
0answers
17 views

Authenticate proxy for mobile device

I would like use a proxy to log all http connections on a mobile device (now I try with squid). The problem with a mobile device is that I can't know what's ip it will have, so I'm looking for a ...
-1
votes
1answer
33 views

HTTP Proxy Tunneler

yesterday came across a code for Delphi based HTTP proxy tunneling http://portmaptunnel.sourceforge.net/, unfortunately it is compiled with Delphi 7 and Indy 9, I need help to convert it to Indy 10 ...
0
votes
0answers
13 views

Proxy for multiple test environment

I am trying to setup Test Automation process to be executed on multiple Under Test Environments acting on intermediate proxy. See below picture Existing test automation process is based on data-...
0
votes
0answers
36 views

Simulate Proxy with Digest Authentication

I am attempting to duplicate an scenario where a Proxy uses Digest Authentication by responding with an Authentication Challenge, an Algorithm and a Nonce. I have seen that Fiddler can be used to ...
0
votes
0answers
21 views

File download ignores HTTP_PROXY set in CMakeLists

I work behind a proxy and I have to use some 3rd party tools. I cannot assume that proxy is set on every computer that will use this script. Though proxy is set in the script file(DOWNLOAD) and also ...
1
vote
1answer
17 views

How to use the Python Sentry SDK (raven-python) with a HTTP proxy

I have a webapp which uses the raven-python SDK for Sentry for error reporting. I want outbound requests of that SDK to go through a HTTP proxy. What would be the best way to do this?
0
votes
0answers
12 views

'SSO' proxy authentication

Is it possible for a Java console application to use the current users credentials to authenticate with a corporate proxy in the same way I assume a browser would? Setting a username and password for ...
0
votes
1answer
45 views

How to program Go to use a proxy?

How to write Go programs that use a proxy automatically according to the proxy environment variables? The go get itself support the standard proxy environment variables, but i'm talking about the Go ...
0
votes
1answer
3k views

squid proxy error 403 tcp how to fix

hello guys i am installing squid as HTTP proxy for scraping urls from google with a tool i have configured every thing but when i am connecting to squid it is giving tcp 403 error i have ubuntu14.04 ...
1
vote
1answer
309 views

Node http-proxy not working behind proxy

I am using the http-proxy-middleware module, which is an express middleware. the middleware module relies on http-proxy. The node host is running behind a proxy. I want to forward certain routes to a ...
3
votes
3answers
5k views

How to FTP file using a proxy WITH JSCH libraries

I want to ftp files to a remote location and I am bound to use a proxy server for that. I was able to connect to the FTP location via following command : sftp -o "ProxyCommand /usr/bin/nc -X connect ...
0
votes
0answers
25 views

Puppeteer Proxy

I'm attempting to use puppeteer with my own proxy but I cannot seem to get it to work. My proxy looks like the following: import * as h from 'http'; import * as hp from 'http-proxy'; import * as url ...
0
votes
0answers
5 views

How to set proxy authentication in windows 7 for updating texlive packages?

Hello friends I am trying to update my latex packages over through my proxy server, we have a proxy server with authentication as e.g proxy=202.141.80.80, port=3128, username=abc, password=bcd, ...
0
votes
1answer
20 views

PHP cannot authenticate with proxy even with “Proxy-Authorization: Basic”

I've been having a lot of trouble connecting a network proxy. I've already tried several setups, but none of them have worked. The closest one has returned a "HTTP/1.1 407 Proxy Authentication ...
-2
votes
1answer
24 views

Inject script tag on static html files served by a node server

I would like to create a server on node where users will request several pages from a static folder and the server should inject a custom tag on them before serving. Is there any recommended way to ...
0
votes
2answers
1k views

How to let javamail support http proxy

I found that javamail only support socks. Is there any solution I can use to support http proxy? public class MailConnectionTest { public static void main(String args[]) throws MessagingException { ...
0
votes
1answer
20 views

Jupyterhub does not run through plist

I have been running jupyterhub 0.91. in a MacOS Sierra (Version 10.12.6) successfully and could access the notebook from any client connected to this MacOS network. I attempted to make jupyterhub as a ...
25
votes
3answers
22k views

How does a HTTP Proxy utilize the HTTP protocol? a Proxy RFC?

How does one go about implementing a HTTP proxy compared to implementing a HTTP webserver, what are the differences? Is there a definitive guide or RFC or a helpful book on this subject?
0
votes
0answers
100 views

Not able to download Oracle's jdk-8u181 package using wget behind an HTTP proxy

I'm trying to use WebUpd8 team's oracle-java8-installer to install Java 8 on my Ubuntu 14.04 computers. Some of them could succeed but others failed. After some debugging, I realized it was caused by ...
0
votes
0answers
9 views

Adding Proxy Support for Application

How would I add proxy support to a Mac Application made using Xamarin.Mac? I read about : /*WebProxy myproxy = new WebProxy("127.0.0.1:8080", false); ...
0
votes
0answers
36 views

Proxying Websocket connection, Error thrown

I'm trying to proxy a websocket connection from a browser client from the main server to a secondary server. Here is the code that does the proxying: var httpProxy = require('http-proxy'); var proxy =...
0
votes
0answers
17 views

Laravel 5.4 issues getting a proxy to work for Microsoft AD

I have been updating a Laravel 5.4 site that has to go into production shortly. The site makes use of Azure AD authentication for a custom written single sign on mechanism. This works fine in the ...
0
votes
0answers
19 views

web api connecting to sharepoint using csom

I have MVC application which is calling a web api, which, then is using a class library to perform various operation in sharepoint online. When I am using the class library in a console application, ...
0
votes
1answer
31 views

(405) Method Not Allowed with Visual Studio 2017 (NuGet) Package Manager

The Error that I get in the Visual Studio Package Manager Output is: [nuget.org] Unable to load the service index for source https://www.nuget.org/api/v2. An error occurred while sending the ...
2
votes
2answers
843 views

Redirect all network of Android App (which is using Libraries) through a proxy network (if available)

I am working on an Android application and I am using various libraries like Picaso, Retrofit, Crashlytics, etc. and my college WIFI have proxy on it. I know how to use a proxy when sending a HTTP ...
1
vote
0answers
22 views

Downloading gensim models behind a proxy

I am trying to download gensim pretrained word2vec models behind a proxy. I receive this error. urllib.error.URLError: urlopen error [Errno 11004] getaddrinfo failed for the following code ...
0
votes
0answers
16 views

Urllib giving fake proxy

I test my proxies with this script and it gives many working but when i test the "working" proxies with an other proxy checker only a very little amount works. Here is the part that's checking if the ...
0
votes
0answers
17 views

Has the Webdriver support to set proxy in the driver instance removed? Unable to set proxy in driver using desired capability

I have the following code: ==================================================================== public class LoadBrowserAndSurf { @Test public void loadAndSurf() { System.setProperty("...
0
votes
0answers
25 views

http CONNECT custom headers

Can I pass a custom header using CONNECT http method so my HTTPS proxy server can access it's value without MITM hack? Can this be done with built-in HttpWebRequest, or is there any third-paty ...
2
votes
1answer
50 views

Unable to download Django 2.0.7 in windows 10

DISCLAIMER - I am new to the world of Django and Python. If the question sounds stupid, please bear with me. OS - Windows 10 Python Version Installed - 3.7 In the windows command prompt, I am ...
0
votes
1answer
133 views

Ansible: set http_proxy via inventory

I have a group of servers together in a site, where some of the servers have access only to a management network and not to the Internet, so I need to configure http_proxy for them to be able to pull ...
-1
votes
1answer
28 views

Do you know a webhook which should work with a proxy?

I'm looking for a webhook which is able to work with a proxy, because in my company I have to set up the proxy every time I use a software. I want a webhook for dialogflow, and the language I'm using ...
0
votes
0answers
23 views

cross domain with nuxtjs/axios

I want to call a api provided by another domain, follow the official document, this is part of the nuxt.config.js: modules: ['@nuxtjs/axios'], axios: { proxy: true, baseURL: 'http://...
0
votes
0answers
31 views

Express & http-proxy-middleware for images proxy

Expected behavior Strange behavior. In first case I received image from proxy, in another one not. All images really exist. Existed paths: http://127.0.0.1:1234/media/cache/cf/e3/...
0
votes
0answers
16 views

Use CNTLM running on host system on hyper-v vm

I have a windows 10 machine that is running a cntlm proxy on port 3128. When starting a vm using hyper-v and a Virtual Switch configured with the external network setting. I can ping the host machine ...
0
votes
0answers
19 views

How HTTP proxies manage outgoing connections?

I'm implementing a service that forwards some requests to other external service. My service has several workers that process locally some queries and forward the rest of queries to the external ...
0
votes
0answers
26 views

Webbrowser control - Ajax call / proxy

I use the web browser control in my C# application and import ads from an online platform. For the web browser control I made the following settings: C# webbrowser Ajax call The web browser ...
1
vote
1answer
36 views

node https-proxy pathRewrite / router

I have two instances of the same node app running on port 3000 and 4000. I would like to have the following behavior: https://localhost/dev ==> http://localhost:3000 https://localhost/prod ==> ...
0
votes
0answers
13 views

Running remote and local app on same domain locally on mac

I am trying to run login page of a react app from remote server and my application locally, on the same domain (in order for login page to hydrate my local storage). But facing issues doing so. My ...
13
votes
2answers
1k views

Alternatives to Heroku SSL Endpoint add-on

I'm looking for information on how to configure an HTTP load balancer or proxy server (squid, nginx, HAProxy, etc.) to handle the SSL for my domain as an alternative to adding Heroku's SSL Endpoint ...
1
vote
0answers
55 views

How to configure special proxy settings for a remote selenium webdrive with python?

I would like to thank you all in advance for your patience in helping me and I apologize in for being a newbie. If I posted anything incorrectly or if this article is lacking in any way, please let me ...
6
votes
2answers
5k views

How to intercept all http requests including form submits

I would like to intercept all http requests going out from my web page and add a parameter to the request body. My page includes forms - I also want to capture form submits. I have tried using Jquery ...
1
vote
0answers
35 views

macOS using kerberos proxy authentication in the command line

My network configuration requires a proxy authentication to connect to the internet. Most of the applications use the proxy settings from the system preferences which use the kerberos to authenticate. ...
0
votes
0answers
14 views

How to set Anonymous Proxy to hide actual ip?

i would like to setup a proxy ip for my web application. MY web app is hosted on 103.83.69.100 but i would like to set a bypass proxy i .e any incoming or outgoing requet pass from another IP not to ...
7
votes
3answers
4k views

Proxy configuration did not working with angular CLI

8080 – Port where backend is hosted 4200 – my Angular2 frontend In My Angular2 project i have file proxy.config.json with content like this { "/api": { "target": "http://localhost:8080", "...
0
votes
1answer
44 views

Testcontainers with a company proxy

Each start of different testcontainers will throw com.github.dockerjava.api.exception.InternalServerErrorException: {"message":"Get https://quay.io/v1/_ping: dial tcp x.x.x.x: getsockopt: connection ...