Skip to main content
Best practices
0 votes
4 replies
83 views

I have 2 separate projects running on the same Linux server. Both projects based on Flask. Due to infrastructure restrictions I'm able to use only one HTTP Port on the server. I would like to route ...
VictorDDT's user avatar
  • 633
0 votes
0 answers
40 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
  • 3
0 votes
0 answers
20 views

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 ...
Ngọc Hồng's user avatar
3 votes
2 answers
162 views

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 ...
Ming's user avatar
  • 595
1 vote
0 answers
133 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
99 views

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 ...
1Z10's user avatar
  • 3,469
0 votes
0 answers
111 views

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: ...
Teneff's user avatar
  • 32.3k
0 votes
1 answer
85 views

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(...
IrealCreation's user avatar
0 votes
1 answer
150 views

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 ...
Wilberforce's user avatar
0 votes
1 answer
86 views

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 ...
Ben's user avatar
  • 2,787
1 vote
0 answers
235 views

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, ...
hokwanhung's user avatar
1 vote
1 answer
78 views

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 ...
Tom Raganowicz's user avatar
1 vote
0 answers
66 views

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 ...
Damian Popek's user avatar
1 vote
1 answer
167 views

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 ...
Yuchang Ke's user avatar
0 votes
1 answer
296 views

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 ...
Alsein's user avatar
  • 4,856

15 30 50 per page
1
2 3 4 5
101