19,487 questions
0
votes
1
answer
35
views
Zeppelin Helm installation behind a client proxy [closed]
I have installed Zeppelin with Helm, using the duyet/zeppelin chart on a client's Microk8s cluster and this client has a proxy configured.
When I try to run a notebook that installs packages,
%python
#...
0
votes
0
answers
28
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 ...
Advice
0
votes
1
replies
37
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
1
answer
25
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
0
answers
63
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 ...
1
vote
0
answers
61
views
Custom Trust Store and Certificate Validation in a Flutter iOS Application Accessing the Microsoft Outlook Portal using a Self-Signed Certificate
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 ...
0
votes
1
answer
65
views
How to setup proxy for redshift_connector
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 ...
0
votes
0
answers
33
views
Kerberos proxy authetication using Axis2_2.0.0 and httpclient5
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 ...
-1
votes
1
answer
109
views
How Do I Use Proxies with Puppeteer and a Local Chrome Instance?
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 ...
0
votes
0
answers
74
views
Azure API Management: "Value is not a valid absolute URL scheme" error when using conditional proxy URL with named values
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 ...
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 ...
1
vote
1
answer
130
views
How to correctly route a final ACK to a backend server with OpenSIPS load_balancer and rtpproxy?
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 ...
0
votes
0
answers
45
views
looking for specific api call using titanium web proxy in my c# app doesn't work but when i use fiddler classic it works
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 ...
0
votes
0
answers
116
views
Docker Desktop can't pull behind a proxy
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 ...
0
votes
0
answers
38
views
The Next js api proxy is not forwarding cookies properly
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 ...
0
votes
3
answers
107
views
Why is HTTP CONNECT safe to open an SSL tunnel through a proxy
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 ...
0
votes
1
answer
58
views
Is it possible to route traffic through another server with HAProxy?
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 ...
0
votes
0
answers
40
views
Angular proxy is not redirecting to server port
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 ...
0
votes
0
answers
52
views
Can I connect to an authenticated proxy using undetected-chromedriver + seleniumwire?
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 = '...
0
votes
0
answers
40
views
Proxy setting is stuck deep in the Android Virtual Device and cannot be cleared or overridden
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 ...
0
votes
0
answers
63
views
IdentityServer behind Nginx reverse proxy: JWKS 404 errors and infinite redirect loops
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 (...
0
votes
1
answer
327
views
How to configure Azure Function App (Flex Consumption Plan) to use corporate proxy (Bluecoat) for outbound internet access?
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 ...
0
votes
0
answers
42
views
Apache Proxy Pass : pass requested URL as GET parameter to destination URL
I am hitting the GET request call where to pass the "id" in the request. Below is the configuration :
ProxyPass /application/(.*)/data/value http://example.com/$1/data/value
when I hit the ...
2
votes
1
answer
106
views
Why does getEngineByName("JavaScript") returns null
I'm using GraalVM to execute JavaScript code in Java. I included the following Maven dependencies:
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</...
0
votes
1
answer
75
views
getpeername - getting the final (actual) TCP server port the client connects to [duplicate]
I have successfully created a client/server TCP encrypted proxy server in C, all from scratch. As part of generating a unique IV for each connection, I am using the current time and the client's ...