19,455 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
4
replies
68
views
C# external http request response as streaming API-response
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 ...
0
votes
1
answer
29
views
Use Proxy to access Azure AD SSO
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, ...
-1
votes
1
answer
32
views
How to handle proxy-unaware tools behind a corporate proxy (Node.js, npm, git, etc.)
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 ...
-1
votes
2
answers
145
views
How to replace deprecated jquery $.proxy
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 ...
0
votes
0
answers
56
views
Exception threw when calling ReadAsStringAsync() using a proxy-aware HttpClient
Here is a function used by our WinUI 3 Application to test Internet connectivity.
In some part of the world, this function always returns false,we need to set a proxy server in Windows to make this ...
0
votes
0
answers
113
views
How to Efficiently Test V2Ray/Xray Configs in Android App Using libv2ray?
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 ...
0
votes
1
answer
105
views
Netty ClientTransport.proxyWithSystemProperties() "early resolve" proxy address causing problem when proxy is unavailable but becomes available later
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 ...
Best practices
0
votes
3
replies
75
views
I want to make an "HTTPS proxy cache server" with nginx that controls large size of Git source
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 ...
1
vote
0
answers
83
views
React Native + Cloudflare Workers: requests freeze after 1–2 mind idle
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 ...
Tooling
0
votes
0
replies
38
views
Are there any programs out there to use OpenVPN client configuration and serve it as local proxy?
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 ...
Advice
0
votes
1
replies
42
views
Setting up tcp proxy for the first time, probably misunderstood some concepts
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 ...
0
votes
0
answers
54
views
Gravitee OSS Gateway returns 404 when accessing proxied Swagger UI
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/...
0
votes
1
answer
39
views
How to fix 403 when accessing a blob with a proxy
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 ...
0
votes
1
answer
75
views
Unexpected Requests to eastus-8.in.applicationinsights.azure.com in Proxy Logs
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 ...
0
votes
0
answers
88
views
wfp FWPM_LAYER_DATAGRAM_DATA_V4 modify loopback inbound udp packet address failed
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 ...