http-proxy Questions
3
Solved
How can I set what hostnames should not pass in one request made by OkHttpClient using a proxy?
Is there anything equivalent for the vm argument -Dhttp.nonProxyHosts in OkHttp3?
For example:
fin...
Alverson asked 1/7, 2016 at 22:33
4
Solved
I'm trying to send emails from a system that connects to internet through a http proxy which is set in Internet Options.
i'm using SmtpClient.
Is there any way to send mails with SmtpClient throu...
Unijugate asked 10/5, 2009 at 6:40
2
I am currently trying to setup AWS Api Gateway, to proxy to another api, that has fully functional methods, response content, status codes etc. This is fairly simple to setup, but I have noticed th...
Katar asked 10/9, 2015 at 11:20
2
Solved
I have two URLs to fetch data from. Using my code, the first URL is working, whereas the second URL is giving ProxyError.
I am using requests library in Python 3 and tried searching the problem in...
Locate asked 10/1, 2019 at 15:20
3
Solved
I can't seem to get JAX-RS clients to use a web proxy on Java 8. I'm using RESTEasy 3.0.10.Final, and running from inside Eclipse 4.4.2 on Windows 7 Professional 64-bit.
I set up a FreeProxy serve...
Parcae asked 14/3, 2015 at 0:45
7
I use nginx to proxy and hold persistent connections to far away servers for me.
I have configured about 15 blocks similar to this example:
upstream rinu-test {
server test.rinu.test:443;
keepali...
Species asked 9/5, 2018 at 8:11
3
I have been trying this official guide to setup Charles Proxy on my Apple TV (4th Gen, running tvOS 13.3). After creating the profile on Apple Configurator 2, I was performing the steps for setting...
Humic asked 13/2, 2020 at 11:11
4
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",
"secu...
Drusy asked 20/2, 2017 at 7:32
2
Solved
I need to relay the HTTP-Requests made by the C# Graph-Sdk over a proxy.
In the documentation I could not find any information about proxy settings.
The only workaraound I currently found is to ch...
Humphrey asked 13/2, 2018 at 14:40
2
Solved
We are trying to get proxy functionality to work in a .NET Core 3.0 (or 3.1) app on Windows. What we find is that the HTTPS_PROXY and HTTP_PROXY variables are recognized and processed as expected, ...
Olsson asked 30/6, 2020 at 14:36
2
I'm using R in a commercial environment where external connectivity all goes via a web proxy, so we need to specify the proxy server address and ensure we connect to it with Windows authentication....
Swordsman asked 26/10, 2018 at 15:24
2
Solved
I am getting following error in my server console when user click signout button.
Error: socket hang up
at createHangUpError (http.js:1472:15)
at Socket.socketCloseListener (http.js:1522:23)
at...
Ramakrishna asked 13/8, 2014 at 6:8
5
I am using lite server by John Papa with HTTP proxy middleware by chimurai
as a dev server.
the problem is with my session cookie, I cannot persist the session cookie that comes from the real serve...
Careycarfare asked 15/8, 2016 at 6:31
4
Solved
I'm building a WebClient library. Now I'm implementing a proxy feature, so I am making some research and I saw some code using the CONNECT method to request a URL.
But checking it within my web br...
Perla asked 28/7, 2012 at 3:12
2
I am working on a react project and am running into some issues with http-proxy-middleware. I followed the readme and my setupProxy.js file looks like this
const {createProxyMiddleware} = require('...
Woodpile asked 17/11, 2020 at 0:6
2
Solved
I'm trying to understand how the ProxySelector class works. My current code looks like this:
URI uri = new URI("http://google.com");
proxySelector.select(uri);
I understand that when calling p...
Kobi asked 6/11, 2017 at 16:2
0
I am implementing http proxy middleware in my react app , my setupProxy.js path's are not recognising . Below is my code please let me know if i am doing anything wrong.
App component
class App ext...
Phlegmatic asked 2/11, 2020 at 4:21
6
I'm following online examples using the latest version of nodejs and http-proxy, but get the following error when my request is sent to the endpoint https server:
C:\Users\Me\node_modules\http-pro...
Dual asked 22/7, 2014 at 12:44
2
Solved
I am making a nodejs pupeteer app that loads a web page. In that page, many resources are loaded. The pupeteer API for intercepting requets/response seems to not work for all resources, so I want t...
Leelah asked 10/8, 2020 at 3:49
7
Solved
We are trying to do performance testing using JMeter.
I used the sample guide provided in jmeter using HTTP PROXY SERVER but my record controller was not recording any requests.
After doing a l...
Uncinariasis asked 11/6, 2013 at 8:23
0
I am trying to access a pypi url like this:
PYPI_URL = https://pypi.org/pypi/Django/json
try:
response = requests.get(PYPI_URL)
except requests.exceptions.RequestException as err:
print("U...
Dodgem asked 27/7, 2020 at 20:1
3
I am pretty sure that this error appeared only today and it never occurred before.
When I create a new react app, the process found 1 high vulnerability:
High: Denial of Service
Package: http-pr...
Tallahassee asked 15/5, 2020 at 8:39
4
Sorry if this comes off as confusing.
I have written a script using the NodeJS request module that runs and performs a function on a website then returns with the data. This script works perfectly...
Balthazar asked 19/3, 2019 at 14:54
2
I am using elastic beanstalk with ngnix proxy server. my application code was on node.js express framework. I am trying to access client ip via following code
var ip = event.headers['x-forwar...
Broome asked 27/9, 2016 at 5:24
2
Solved
I have an http-proxy to proxy any website and inject some custom JS file before to serve the HTML back to the client. Whenever I try to access the proxied website, it will hang up or the browser se...
Ski asked 17/3, 2020 at 13:7
© 2022 - 2024 — McMap. All rights reserved.