Skip to main content
Filter by
Sorted by
Tagged with
3 votes
0 answers
76 views

I need to bypass Iran's internet censorship to send emails using R's emayili package. The standard gmail() function fails because the regime blocks the default SMTP protocol. My goal: Use local HTTP/...
a.sa.5969's user avatar
  • 182
1 vote
1 answer
64 views

I have a microservices architecture implemented with Python and FastAPI in AWS Lambda (No API Gateway). The data flow is roughly: Client <-> Service A <-> Service B (Processor) <-> ...
Yasin Türk's user avatar
Advice
0 votes
5 replies
92 views

Our ASP.NET Core Web API needs to request data from an external web service (and no, the external web service cannot be called directly from the client) and return it without modification to the ...
R. Hoek's user avatar
  • 1,145
0 votes
1 answer
58 views

I’m implementing Azure AD SSO in an ASP.NET Blazor Server app using Microsoft.Identity.Web. My environment: Corporate network blocks direct internet. Azure AD endpoints (login.microsoftonline.com, ...
Lemon_ya's user avatar
-1 votes
1 answer
36 views

Our organization recently moved all developers onto virtualized Windows machines. All outbound HTTP(S) traffic must go through a centralized corporate proxy, controlled via a PAC file. We use many ...
earloc's user avatar
  • 2,098
-1 votes
2 answers
177 views

I am having trouble with rewriting .proxy in jquery to Function.prototype.bind because .bind does not set guid on the bound function instances so that proxied event handlers can be removed without ...
backups's user avatar
  • 603
0 votes
0 answers
259 views

I'm developing an Android VPN app that fetches and tests V2Ray/Xray proxy configurations. I need to find working servers quickly, but my current implementation using libv2ray.measureOutboundDelay() is ...
Kian Mahmoudi's user avatar
0 votes
1 answer
128 views

We are using Spring Boot 3.5.6 and using Netty to call a downstream HTTP system. We create HttpClient and use proxyWithSystemProperties() to let netty create ProxyProvider using Java System Properties ...
P P's user avatar
  • 81
Best practices
0 votes
3 replies
78 views

I'm new to nginx and proxy servers. We have a problem about googlesource 429 Error, caused by many requests and because of bandwidth, we took a long time to get googlesource. We reviewed to make AOSP ...
SangHyuk Kwon's user avatar
1 vote
0 answers
101 views

Summary: React Native + Cloudflare Workers: requests to *.workers.dev freeze after 1–2 minutes idle, while direct origin requests still work I’m seeing a very strange issue with a mobile app that ...
DomBar's user avatar
  • 13
Tooling
0 votes
0 replies
39 views

My VPN provider gave me an OpenVPN configuration. I'm on KDE so I can easily configure network manager to use this configuration. Discord, however, is banned in my country. So I was thinking whether ...
Eray Erdin's user avatar
  • 3,239
Advice
0 votes
1 replies
42 views

This is my first time using a Proxy to intercept tcp data and I think I misunderstood some concepts and this is why I'm unable to correctly intercept/log packets. Here is my setup: My application: My ...
Pordrack's user avatar
0 votes
0 answers
60 views

I’ve deployed Gravitee OSS as an API Gateway on a VM, with a local DNS entry so it’s available at: http://apim.local:8082 I also have an API running externally at: https://my-app.k8s.acme.fr/spring/...
Ghassen's user avatar
  • 801
0 votes
1 answer
43 views

I'm trying to embed Azure Dgital Twins 3d scene into a React application, using this exact repo https://github.com/malichishti/adt-3d-embedder-app The app uses msal to authenticate with the azure ...
Ayesh Nipun's user avatar
0 votes
1 answer
87 views

While reviewing the proxy logs from my work computer, I noticed a large number of requests being made to the following URL: https://eastus-8.in.applicationinsights.azure.com These requests only occur ...
Ezel0613's user avatar
0 votes
0 answers
94 views

I'm writing a wfp driver which redirect all tcp/udp traffic to a local proxy service. I tried to modified the dest ip and port of outbound udp packets to my local proxy in the ...
NatsuKage's user avatar
1 vote
0 answers
108 views

I'm writing a C program called toralizer (connect to a remote host through the Tor SOCKS5 proxy (127.0.0.1:9050)). The handshake succeeds, but when I send a SOCKS5 domain request, I get this error: ...
CC3592's user avatar
  • 11
1 vote
0 answers
82 views

I built an MITM Go proxy to intercept all requests. I’m also developing an enterprise Flutter iOS app that uses a custom in-app trust store (so it doesn’t rely on the OS trust store) and I’ve stored ...
Chandan Kumar Dash's user avatar
1 vote
1 answer
70 views

I provide a generic provider for Json serialization: public interface IJsonSerializerProvider { T? Deserialize<T>(string value); string Serialize(object? obj); object? ...
user2843511's user avatar
0 votes
1 answer
102 views

I'm trying to use redshift_connector by AWS to connect to my Redshift cluster. To be able to connect, I first need to set up a proxy. Since redshift_connector doesn’t seem to have a dedicated ...
Martin Bedrna's user avatar
1 vote
0 answers
148 views

I have a proxy server that requires a username and password to access (e.g., 127.0.0.1:8000, username: abcdef, password: 123456). When I use Playwright to access a destination website through this ...
nkbaixiaojie's user avatar
0 votes
0 answers
48 views

Anyone please let me know how to do below: Kerberos proxy authentication using Axis2_2.0.0 and httpclient5 My application is running on Axis2_1.8.0 and httpclient4.5.14 and Kerberos proxy is working ...
Pawan Singh's user avatar
0 votes
1 answer
91 views

I’m trying to send a simple HttpWebRequest through a proxy configured as the default proxy for my account. When I run the following code from a WinForms application, the request goes through as ...
The_Black_Smurf's user avatar
-1 votes
1 answer
150 views

I'm using Puppeteer and JS to write a web scraper. The site I'm scraping is pretty intense, so I need to use a local chrome instance and a residential proxy service to get it working. Here's my basic ...
Alex's user avatar
  • 41
2 votes
1 answer
390 views

I am using a .npmrc with the following setup for a proxy: proxy=http://localhost:8887 https-proxy=http://localhost:8887 strict-ssl=false But running this statement: npm install @lvce-editor/ripgrep ...
Dr. Fabien Tarrade's user avatar
0 votes
0 answers
96 views

I'm encountering an error in Azure API Management when trying to use a conditional expression to set a proxy URL based on the deployment region. The proxy URL is constructed using named values. The ...
softshipper's user avatar
  • 34.4k
0 votes
0 answers
43 views

We're trying to run a lua script to hook into fixups phase of a request in an apache server app, but we keep getting the following: "[Thu Aug 28 09:55:37.099004 2025] [lua:crit] [pid <<pid&...
WannabeGamedev's user avatar
1 vote
0 answers
138 views

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 ...
Trenton Hill's user avatar
0 votes
0 answers
153 views

I'm running a FastAPI backend with Uvicorn on my VPS (Using Coolify) behind Cloudflare, and I'm getting the following error in the browser: SSL_ERROR_NO_CYPHER_OVERLAP The error only occurs when the ...
Gabriel Mesquita's user avatar
1 vote
1 answer
193 views

I'm trying to set up a SIP infrastructure using OpenSIPS as a load balancer for multiple backend SIP servers. The goal is to route incoming INVITE requests to a backend server and have OpenSIPS manage ...
Rémi Da Silva's user avatar
0 votes
0 answers
59 views

Referring to 3.1.1.1 [MS-ADFSOD]: User and Relying Party in Different Realms Example | Microsoft Learn after introducing ADFS for authenticating custom users. The AD FS server authenticates the user, ...
samm's user avatar
  • 820
0 votes
0 answers
61 views

I'm trying to intercept HTTP/HTTPS traffic from a Windows application using Titanium Web Proxy in my C# app. My C# app sets up an explicit proxy on port 8888 and captures most HTTPS requests just fine ...
Ilias's user avatar
  • 3
0 votes
0 answers
56 views

GeometryReader and ScrollViewReader use proxies but I don't know how they are constructed. Feels like a black box. struct ContentView: View { var body: some View { GeometryReader { proxy ...
Mark's user avatar
  • 18.4k
0 votes
0 answers
171 views

The latest docker desktop can't pull. I use docker desktop and pull in Docker Hub, it shows (HTTP code 500) server error - failed to resolve reference "docker.io/n8nio/n8n:latest": failed to ...
K J Sora's user avatar
-2 votes
1 answer
95 views

Why does the 502 error appear from the frontend container when accessing the backend container via the api? docker-compose.yml services: # PHP Application backend: build: context: . ...
mepihindeveloper's user avatar
0 votes
0 answers
77 views

I’ve been using a Next.js API route as a proxy to call the CopilotKit runtime URL. I attempted to implement a custom fetch to forward cookies and headers from the incoming request to the CopilotKit ...
Akhil Varghese's user avatar
1 vote
2 answers
274 views

I've run into an issue while using Puppeteer with a proxy: On some websites, the proxy works without any problems. However, on others—such as csfloat.com—the connection fails, and Puppeteer crashes ...
UsAA12's user avatar
  • 47
0 votes
3 answers
173 views

As I understand, in order to open a SSL tunnel between client and a server through a proxy: we open a TCP socket with the proxy. we make an HTTP CONNECT method, which basically makes the proxy only ...
tony_merguez's user avatar
0 votes
1 answer
112 views

Here's my code for simple proxy validation: import smtplib, socks socks.set_default_proxy(socks.PROXY_TYPE_SOCKS5, '*.*.*.*', <PORT>, ...
Chungus's user avatar
0 votes
1 answer
79 views

I have a specific problem where I have a host that cannot be connected to from outside IPs (let's call it server 1), but can initiate connections with other servers. However, I need to make a TCP ...
ashduino101's user avatar
0 votes
0 answers
60 views

I am utilising Replit and since about one month the system has been yielding on the initial deployment of the app and from time to time the system error message: 2025-06-29 06:49:32.13 7ecccb42 System ...
Houghtonator's user avatar
0 votes
0 answers
51 views

I am running both the backend and angular application on the local host, different ports. Backend is running on 8080 and front-end on 4200. There comes the obvious issue CORS and I configured it ...
Eranki's user avatar
  • 816
0 votes
1 answer
54 views

I have a website + iOS app + Android app + CDN for images + a pretty heavy database which is constantly being edited. My country-specific IP addresses are permanently blocked in several foreign ...
Michael's user avatar
  • 51
0 votes
0 answers
90 views

The proxy I'm trying to connect to is ScraperAPI's proxy and this is the way they provided in documentation to connect to seleniumwire, however it doesn't work and it still uses my IP. API_KEY = '...
Christian's user avatar
0 votes
0 answers
127 views

how can I make a transparent proxy that listens on a port (let’s say 12345) and, based on packet contents, either forwards the traffic to a specific Docker container or responds itself? Importantly, ...
ensargok's user avatar
  • 111
0 votes
0 answers
48 views

I have set up an Android AVD with Android Studio. SDK31, rooted with rootAVD (if you want me to use special tooling later) Somewhen the internet connectivity got lost. I read and tried a lot of stuff ...
stev-e's user avatar
  • 456
0 votes
0 answers
298 views

Question: I have two Nginx instances on my VPS: Nginx Proxy Manager (NPM) running inside Docker, which handles my reverse proxy and SSL. A native Nginx running directly on the VPS (outside Docker) ...
answ3r's user avatar
  • 1
0 votes
0 answers
80 views

for couple of days I'm trying to setup my application on Docker using NGinx reverse proxy but no luck. I am getting no login page just errors in the browser when entering localhost or localhost:44411 (...
star213's user avatar
  • 247
0 votes
0 answers
33 views

I’m running Squid 5.7 on a Raspberry Pi 4 (Debian-based OS) as a whitelisting proxy for my kids. I’ve defined an ACL to allow access to dictionary sites, but it works inconsistently—sometimes it ...
Mangala's user avatar
  • 11
0 votes
1 answer
414 views

I’m trying to deploy an Azure Function App (running on the Flex Consumption Plan) with an HTTP trigger. The function app is configured with: • VNet integration for outbound traffic • Private ...
Ofer.W's user avatar
  • 11

1
2 3 4 5
389