1,515 questions
0
votes
0
answers
24
views
React Native + Cloudflare Workers: requests freeze after 1–2 mind idle
React Native + Cloudflare Workers: requests to *.workers.dev freze/hang after 1–2 minutes idle, while direct origin requests still work
Hi everyone,
I’m seeing a very strange issue with a mobile app ...
0
votes
0
answers
16
views
CreateLessonPlan API fails with "Stream was already consumed" during proxy forwarding
When testing the CreateLessonPlan endpoint in my local Azure Function App, the request consistently fails while being proxied from the host to the worker.
All other APIs are working correctly — this ...
3
votes
2
answers
150
views
How to make system proxy settings apply to HttpClient.GetAsync() without restarting Windows?
We use the following function to test internet connectivity every 5 seconds. But in some part of the world, this function always returns false. Now, the problem is we can set a proxy server in Windows ...
1
vote
0
answers
131
views
C# (.NET 4.8) HTTP/s Proxy Checking Accuracy
Over the past few days, I’ve been developing a project in C# (.NET 4.8) that scrapes and validates hundreds of HTTP/S proxies.
I’ve experimented with multiple approaches to confirm whether a proxy is ...
0
votes
0
answers
90
views
How to configure HTTP forward proxy (instead of CONNECT tunnel)?
I'm trying to configure an HTTP proxy (without CONNECT tunnelling support) for my Spring WebFlux WebClients (based on Netty HttpClient) but without success (403 HTTP status code).
As explained in the ...
0
votes
0
answers
104
views
Vite http-proxy remove authorization header
I'm using http-proxy as it comes with vite and I want to mock a real proxy, which validates a JWT token and uses basic authentication to communicate with the APIs.
what I have:
const configure: ...
0
votes
1
answer
83
views
SOAP request through a HTTP proxy in PHP
I am trying to send an API call through SoapClient in PHP. Everything works perfectly in my local dev environment, but when I try to do it on the production server, I get the following error:
object(...
0
votes
1
answer
134
views
Oauth2Client calling an api (no proxy) with provider Azure entra (behind a proxy)
I have a spring boot application that tries to consume a REST api that is secured by oauth2 and uses Azure Entra as identity provider. Now while my app and the api are within our company network I ...
0
votes
1
answer
76
views
TLS Error with Octokit but not Native Fetch
I am in the process of upgrading a job script that previously ran using NodeJS 16.x, upgrading to NodeJS 22.x.
This is a pretty simple script that contains some API calls to GitHub using Octokit.
The ...
1
vote
0
answers
225
views
Running Storybook with viteFinal() throws 404 error
I have a vite.config.ts that enables proxy with changeOrigin: true.
However, when I want to merge such React configs with Storybook through this: [Bug]: Unable to use vite's server.proxy in storybook, ...
1
vote
1
answer
76
views
Golang POST proxy for unstable connections. Prevent idle conn timeout; Slowloris
I am running a proxy, which aims to proxy request from a user to a destination server.
The issue is that user often runs on an unstable connection/mobile, whereas destination server has pretty tight ...
1
vote
0
answers
63
views
How to force @microsoft/signalr (8.0.7) (Node.js) to use an HTTP(S) proxy for WebSocket connections?
I’m building a Node.js client for an ASP .NET Core SignalR hub using @microsoft/[email protected]. I need all traffic—including the initial /negotiate HTTP request and the subsequent WebSocket—to go ...
1
vote
1
answer
164
views
Now I use the firebase genkit, but how to set http_proxy?
I use
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
to set the https/http proxies, it work by using curl
but I wrote the codes:
// import ...
0
votes
1
answer
270
views
Does an HTTP 1.1 proxy support HTTP 2 connections?
I am trying to implement an HTTP proxy server, aimed for low latency.
From what I understand, an HTTP proxy request is either a raw request with the HOST header set to the destination, or a CONNECT ...
0
votes
0
answers
58
views
HA Proxy Route based Config on different port
I have below haproxy config.
frontend main
bind :443 ssl crt /etc/haproxy/example.uat.pem ciphers DEFAULT:!LOW:!RC4-SHA:!RC4-MD5:!DES-CBC-SHA:!DES-CBC3-SHA no-sslv3 no-tlsv10 no-tlsv11
bind ...
0
votes
0
answers
66
views
Intercepting .NET Application Requests with mitmproxy on Arch Linux - TLS Connection Errors
I'm trying to intercept HTTP/HTTPS requests made by a .NET application on Arch Linux using mitmproxy. While I can intercept some requests, I frequently encounter errors like TLS handshake failed or ...
0
votes
0
answers
159
views
squid in intercept mode : access denied
I tried to install a squid server in my company.
The firewall redirects 443 to squid_server:3129 and 80 to squid_server:3127
The server is at 172.22.0.13 and the clients are in 172.18.0.0/16
The squid ...
0
votes
0
answers
36
views
strange behavior of squid proxies from the github
I found an auto-refreshed proxy list on github. Unfortunately most of the proxies there only work with http protocol, not depending on the protocol of the proxies themselves. And the weirdest thing is ...
0
votes
1
answer
800
views
How to set http_proxy for dnf in AlmaLinux
I want to set http_proxy for downloading packages inside a secure environment which is internet is not directly allowed.
I tried settings env vars but didn't worked in dnf.
I searched a lot for ...
5
votes
0
answers
4k
views
Failing to connect to https://registry.k8s.io/ from inside the minikube VM
I'm getting this error while running "minikube start". I came across the below link while searching for a solution. I don't know how to set up a proxy, where do I look for the values to be ...
1
vote
0
answers
64
views
vue.js + vite.js behind corporate proxy
I work under vue.js + vite.js. When working locally, I need to integrate an external CSS file (different server) into the page. To avoid CORS problems, I use this setup:
server: {
proxy: {
...
0
votes
0
answers
38
views
Cookies needed to connect to the proxy?
I get
ProxyError: HTTPSConnectionPool(host='XXX', port=443): Max retries exceeded with url: ZZZZZ (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 403 Forbidden'))...
0
votes
0
answers
36
views
How to expose a locally running proxy using Pagekite
I have mitmproxy running locally on my laptop.
I can run curl -x localhost:8080 google.com and inspect HTTP messages.
I would like to expose it publicly, so that I can inspect traffic coming from ...
0
votes
0
answers
60
views
Unable to run NGINX server in windows terminal
I can't able to run nginx server in my windows machine. My nginx folder is in C folder and also set up the path in env variable. At first I had error in nginx.conf file, but I resolved the error and ...
0
votes
2
answers
73
views
Traefik as proxy always returns 404 [closed]
I want to configure Traefik to listen on port 80 and then proxy the traffic to my services which are located in docker containers.
I don't want to use docker labels, but a single YAML configuration to ...
0
votes
0
answers
116
views
Java Apache HTTP client with proxy authentication
I am trying to make a class to help me manage proxies in a program. I want to use apaches http client to check if the proxy is live and if it is get what time zone it is in. The class currently has ...
1
vote
1
answer
45
views
Creating and Exiting a Thread that Runs http.server on a Tkinter Window
I've been trying to end a thread in python with no result. The main problem is that when I set an IP like '127.0.0.1' and a port like 8080 as a proxy server on the Tkinter app it runs normally. but ...
0
votes
0
answers
76
views
Python http.client using HTTP Proxy server going to non-HTTPS site
I'm working to retrieve API data in an environment where an outbound HTTP/HTTPS proxy server is required. When connecting to the site using HTTPS via the proxy using Tunneling, it works fine. Here's ...
0
votes
0
answers
81
views
How to set proxy credentials with NEPacketTunnelProvider and NEProxySettings?
In an iOS app (react native) I am creating a fake vpn connection with NEPacketTunnelProvider and configuring a proxy. auth is required for the proxy I am using.
override func startTunnel(options: [...
0
votes
2
answers
454
views
How to Add Http Proxy Authentication Credentials in VPNService on Android?
I am trying to make proxy settings via a fake vpn in my react native android application. I am giving proxy settings into builder thanks to VpnService with android.net.ProxyInfo package.
But the proxy ...
2
votes
0
answers
230
views
Configuring Proxy for Storybook (Angular + Vite)
I'm working on setting up Storybook (v8.4.5) with a file upload component that uses Postman Echo API. While the upload works perfectly in my Angular dev environment (port 4200) with this proxy config:
...
0
votes
0
answers
15
views
Proxy works on Node.js but not as a web proxy
When I use free proxies on with node.js (whether it's a WebSocket or simple GET requests) they work, but when I try to use that proxy as a proper server in my Windows or iOS settings it never works. I ...
0
votes
1
answer
257
views
Path rewrite in http proxy middleware not working
GET /users-api
Users Proxy - Original URL: /users-api
Users Proxy - Forwarding to: http://localhost/
it is not even hitting 4000
if i do like
target: 'http://localhost:4000/api/users',
directly set ...
0
votes
0
answers
49
views
Handling HTTPS Proxy Authentication in Android Emulator with Python
My goal is to configure a proxy with authorization for an Android emulator (used with Appium) launched from command line.
I tried configuring the Android emulator directly with a proxy via this ...
0
votes
0
answers
73
views
Intercept WebSocket data at Proxy Server
I have a WebSocket Client which was connected to WebSocket Server directly.
WS_Server <--> WS_Client
I need a forward proxy to intercept the data between client and server.
WS_Server <--> ...
0
votes
0
answers
63
views
How can I get all Set-Cookie headers using Flask
Somewhat complicated situation. I have a ubuntu server acting as a VPN server for a number of remote nodes.
This server is hosting a Flask web server to display connected information about each node. ...
0
votes
0
answers
591
views
407 Proxy Authentication Required error in Python despite correct proxy setup
I’m working in a corporate environment where I need to connect to an external server through a proxy using Python. The proxy requires NTLM authentication, and I've been running into a persistent 407 (...
1
vote
1
answer
270
views
Give http proxy to cmake without using environment variables
In a cmake project, I download an external project with FetchContent. I am behind a proxy, but this is no problem locally, where I can set the environment variables HTTP_PROXY and HTTPS_PROXY.
However,...
0
votes
1
answer
112
views
Unable to install modules from CPAN, "could not find release" error
I have been trying for several days and simply cannot figure out why this keeps failing. I am using a proxy to get out of our internal network. It says that it cannot find App::cpanminus which is ...
0
votes
1
answer
158
views
How to get IntelliJ proxy settings programmatically?
The class HttpConfigurable has been deprecated at version 2024.2, when I use HttpConfigurable.getInstance() to get proxy data such as host, login name, it will warn: 'com. intellij. util. net. ...
0
votes
0
answers
49
views
How to capture ProxyPassMatch response?
I have an apache proxy server setup that acts as a router between my multiple backends. The httpd.conf file is something like this
ProxyPassMatch "something/([^/]*)/(.*)" "http://$1/$2&...
2
votes
2
answers
2k
views
go mod returns 404 while curl returns 200 OK or how to debug go mod
I have a problem that may seems trivial, but I spend hours solving it and nothing helps.
First of all, I cannot reproduce it anywhere but on my machine.
For some reason go mod gets 404 instead of 200 ...
0
votes
1
answer
450
views
Gradle gets 503 Service Unavailable trying to download dependency
My gradle project uses internal company artifact registry and mavenCentral().
I need to make it work on new computer, with Gradle upgraded from 7.3 to 8 version and on strict company policy where ...
0
votes
1
answer
141
views
how to set proxy for tRest component in talend
i'm trying to set proxy for tRest component but its not working.
i have used tsetProxy component before tRest component.
in tRest Component we dont have to set proxy for execution like we have option ...
1
vote
1
answer
75
views
Express.js proxied POST request does not work, returning timeout. The GET works just fine
I have my main script called index.js
require('dotenv').config();
const express = require("express");
const httpProxy = require('http-proxy');
const proxy = httpProxy.createProxyServer({});
...
0
votes
0
answers
199
views
Https proxy that support SSLKEYLOGFILE
I am currently inspecting traffic from an android app on my phone and using charles proxy, however i need to be able to inpsect https traffic in wireshark also.
is there a https proxy like charles ...
0
votes
2
answers
480
views
How do I acccess the Bright data proxies response headers
I am using Bright data as the proxy proivider along with python requests.session. I am directly making proxy requests to the proxy zones so it can randomly pick it up, now what I want is to know which ...
0
votes
1
answer
96
views
Outbound Heroku requests to egress via NAT gateway in a peered AWS VPC
I have an app in Heroku that invokes a third-party service - lets call it 'XYZ' for this discussion. There are IP restrictions on the XYZ service.
Previously we were using MuleSoft for this ...
0
votes
1
answer
701
views
Android Studio Emulators not connecting to internet when set up with proxy
I'm trying to connect my Android Studio emulators to proxies but the the "AndroidWifi" wifi connection has a "limited connection" whenever I configure my proxy settings. The ...
1
vote
0
answers
66
views
How does nodejs net module socket data work?
Consider this piece of code:
app.on("connection", (clientToProxySocket) => {
console.log("Client connected to proxy");
clientToProxySocket.once("data", (data) ...