Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
35 views

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 #...
Paula Gouveia's user avatar
0 votes
0 answers
28 views

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 ...
DomBar's user avatar
  • 3
Advice
0 votes
1 replies
37 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
1 answer
25 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
0 answers
63 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
61 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
0 votes
1 answer
65 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
0 votes
0 answers
33 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
-1 votes
1 answer
109 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
0 votes
0 answers
74 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.3k
1 vote
0 answers
131 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
1 vote
1 answer
130 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
45 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
116 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
0 votes
0 answers
38 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
0 votes
3 answers
107 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
58 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
40 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
0 answers
52 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
40 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
63 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
1 answer
327 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
0 votes
0 answers
42 views

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 ...
jagat singh's user avatar
2 votes
1 answer
106 views

I'm using GraalVM to execute JavaScript code in Java. I included the following Maven dependencies: <dependency> <groupId>org.graalvm.js</groupId> <artifactId>js</...
chwbr's user avatar
  • 57
0 votes
1 answer
75 views

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 ...
Dimitris's user avatar

1
2 3 4 5
390