http-proxy Questions

3

Solved

I am using git behind a corporate firewall, and I am successfully cloning external projects by using the http.proxy --global config. My problem arises when I want to clone through http on the intr...
Tho asked 22/10, 2013 at 16:55

3

Solved

I want to proxy /v1/* to http://myserver.com, and here is my script devServer: { historyApiFallBack: true, // progress: true, hot: true, inline: true, // https: true, port: 8081, contentBase...
Launcelot asked 16/4, 2016 at 8:45

2

Solved

I need to connect a ActiveMQ-Listener to a broker outside the firewall through an HTTP/HTTPS-Proxy. I've searched everywhere but haven't found a solution how to set the proxy settings for the Acitv...
Marlin asked 18/1, 2013 at 9:15

12

I am running a virtual machine (Ubuntu 13.10) with docker (version 0.8.1, build a1598d1). I am trying to build an image with a dockerfile. First, I want to update the packages (using the code below...
Cladoceran asked 4/3, 2014 at 17:50

2

Solved

For debugging purposes, I need to configure Java to use a proxy for HTTP requests. I am wondering how to do it in my Eclipse environment when I press Ctrl + F11? Any help will be appreciated.
Olla asked 1/3, 2011 at 3:3

8

Solved

Is it possible to run npm install behind an HTTP proxy, which uses NTLM authentication? If yes, how can I set the server's address and port, the username, and the password?
Millimicron asked 2/9, 2013 at 8:49

2

The application is Node.js based web crawler that does requests to remote servers via request library. Requests are made through authenticated HTTP proxy servers with 99% and higher uptime, provid...

2

Solved

Similar to this, I am trying to host a squid proxy behind nginx: example.com - the main site relay.example.com - the squid server. So far, when I try to use the squid proxy, it will complain abo...
Madera asked 4/2, 2015 at 21:29

1

Solved

I need to use a proxy with HtmlAgilityPack. I give a link to my app RefURL. After that I want the app get url from a proxy address. For instance "101.109.44.157:8080" I searched and found...
Angelitaangell asked 18/2, 2018 at 12:53

1

Solved

I have a use case where I would like to connect to a proxy server with HTTP, but the underlying request is actually a GET with HTTPS. I have been reading When should one use CONNECT and GET HTTP me...
Abbotsun asked 27/11, 2017 at 0:1

1

Solved

I'm using the node-http-proxy library to create a forward proxy server. I eventually plan to use some middleware to modify the html code on the fly. This is how my proxy server code looks like var...
Donelu asked 14/12, 2017 at 21:2

2

Solved

I need to integrate several web applications on-premise and off-site under a common internally hosted URL. The on-premise applications are in the same data center as the haproxy, but the off-site a...
Shuddering asked 2/12, 2017 at 7:47

1

When I'm accessing a site through HTTPS and/or with HTTP proxy, cURL in Linux provides the -v/--verbose flag to show the CONNECT request to the proxy, as well as the SSL/TLS handshake process (incl...
Marie asked 28/11, 2017 at 14:19

1

Solved

I downloaded Android Studio 3.0 and I started following along building my first app tutorial. But Gradle threw errors like: Could not resolve com.android.support:appcompat-v7:26.1.0. I searche...
Furnish asked 5/11, 2017 at 17:55

1

I would like to setup a proxy that listens for multiple ports and each port forwards the requests to different proxies, for example: LISTEN FORWARD TO 1.2.3.4:3128 -> 5.6.7.8:3128 1.2.3.4:3129...
Roden asked 30/8, 2017 at 17:23

3

I'm trying to set up a transparent proxy for all types of frames (HTTP, HTTPS), I'm using tinyproxy to do so. I've already set up my router to redirect (using NAT) all incoming and outgoing frames ...
Keramics asked 25/3, 2016 at 5:45

2

Solved

I'm trying to proxy calls to a REST API using http-proxy, but it keeps returning 404 codes. This is an example call to my API: http://petrpavlik.apiary-mock.com/notes It returns some JSON data. T...
Brasil asked 28/6, 2014 at 10:1

3

Solved

I'm writing Integration Tests using nightwatch.js in a Node.js application. For a particular test case, I want nightwatch to connect via a proxy. What would be the right way to do this? I can't fin...
Edmiston asked 21/5, 2015 at 21:38

1

Solved

I've put together a proxy server in Node that needs the ability to tunnel https requests over tls and that all works. Using the the following two packages this was extremely easy to setup: proxy, h...
Trimurti asked 26/7, 2017 at 13:43

3

Solved

I have already set proxy configurations in .npmrc file. Executing the npm install command gives me error as follows" $ npm install npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Program Files\...
Berniecebernier asked 24/1, 2017 at 6:47

3

I have been able to capture the HTTP(s) traffic from a smartphone and also stored this traffic using mitmdump using the command mitmdump -w outfile This seems to dump the HTTP body along with t...
Sorites asked 3/7, 2015 at 11:10

2

Solved

I'm trying to use a forward proxy server (Apache Traffic Server or Squid) on my local machine, as a local HTTP cache for my cURL calls. I've set up the proxy using: curl_setopt($ch, CURLOPT_PROXY...
Aliaalias asked 20/3, 2016 at 2:0

1

Solved

I'l like to save and extract the file part from a multipart http upload recorded by Charles network utility on the mac. Is there a way to do this? For instance, I can see the jpeg files contents in...
Historian asked 22/7, 2013 at 22:26

1

Solved

I've searched far and wide and have not been able to find an answer for my question. To make our app more secure, we've been told to use "certificate pinning". We already make use of the Alamofire ...
Martguerita asked 31/5, 2017 at 23:37

1

Solved

With the simple code below, RestClient is not able to get through the web proxy. It is not honoring the value of request.Credentials I am able to get to the site I'm trying to query in the browser;...
Cabaret asked 5/5, 2017 at 20:30

© 2022 - 2024 — McMap. All rights reserved.