Skip to main content

Questions tagged [proxy]

A device or program that stands between two or more interconnected programs or devices. Use [dynamic-proxy] for the Java class, [proxy-pattern] for the design pattern, [es6-proxy] for the JavaScript Proxy object.

proxy
-1 votes
0 answers
19 views

Using ExpressVPN to act as a local proxy

im using ubuntu 22.04 CLI on a VPS and using it with SSH. i installed the express vpn client and activated it using my activation code. the problem is, i cant actually use my vps when the vpn is ...
amirgame197's user avatar
0 votes
0 answers
10 views

AppSheet with ApiGee data source as a proxy for existing GraphQL endpoint

I already have a GraphQL endpoint. I want to use data from this endpoint (for various queries known only at the stage of creating different AppSheet apps) as a source for different AppSheet apps. Can ...
alexanoid's user avatar
  • 25.3k
0 votes
0 answers
12 views

Why do proxy async API's sometimes return a 202 instead of a 200?

I was calling an internal service API through an external proxy API, but the responses I was getting were all 202's. These were async API's, but they all return 200's when you call them directly on ...
Tom Trost's user avatar
0 votes
0 answers
10 views

Convert between http and rsocket

Two microservice clusters communicate using HTTP protocol. Some businesses interact between the clusters. It is expected to develop a communication service to connect the two microservice clusters so ...
seal_90's user avatar
0 votes
0 answers
15 views

cPanel WHM - nodejs [closed]

Estou com dificualde para configurar minha aplicação no WHM, tenho um domínio principal, onde seria para executar a aplicação nodejs e subdomínios que seria para iniciar do index.php do seu diretorio. ...
inog_dev's user avatar
0 votes
0 answers
14 views

dynamic proxy in puppeteer

I'm wondering if there is a way to do dynamic proxying with Puppeteer. For example, on my local I can set up my network to use a .pac file. The problem I am trying to solve is that I only want my ...
Sam's user avatar
  • 21
0 votes
0 answers
12 views

How to Log in to a Discord Bot with SOCKS5 Proxy Authentication

I am trying to log in to a Discord bot using a SOCKS5 proxy with authentication. Here is the simple code I am using to log in without the proxy: import discord TOKEN = "YOUR_BOT_TOKEN" ...
user26366765's user avatar
0 votes
1 answer
22 views

making a dynamic proxy in node.js

I am trying to make a dynamic proxy that I can control with a web UI the goal is to be able to proxy traffic going to http://localhost/server_a to something as well as http://localhost/server_b. ...
Nik Hendricks's user avatar
0 votes
0 answers
34 views

.NET 8 Angular and ASP.Net Core proxy config

I am working with the ASP.Net Core and Angular first time, so maybe the problem is easy to solve but I have not found a solution yet. When the solution is create with the default visual studio ...
julianuslemurrex's user avatar
0 votes
1 answer
24 views

Creating a local proxy server in python

I have two computers computer 1 and computer 2 on the same network. I'm trying to make computer 1 act as a proxy server so when I send a request from computer 2 using its ip address as a proxy, the ...
user2401856's user avatar
1 vote
2 answers
39 views

.NET Core 8 - Flurl not using the current user credentials for the default proxy

I am building a .NET Core 8 app that sends an HTTP request to a REST API using Flurl. When I manually set the proxy with my credentials, it works fine. However, when I don't set my credentials, the ...
Théo Uzan's user avatar
0 votes
1 answer
23 views

fiware pep proxy port is not open

I followed here git install process. But not open 3003 port. What is reason not open port? I don't understand below part on the git. //Duplicate config.template in config.js and configure app host ...
KimSiJin's user avatar
1 vote
1 answer
55 views

429 response code even with proxy rotation

import re import requests from bs4 import BeautifulSoup from random import choice http = ['http://89.23.112.143:80', 'http://84.47.161.3:8118', 'http://77.232.21.4:8080', 'http://194.67.91.153:80', '...
N0PEZ's user avatar
  • 11
0 votes
0 answers
20 views

How to Avoid Circular Connections in Android VPN

I have a proxy core written in Golang, which I have compiled as an AAR (Android Archive) to use in my Android Kotlin app. When I start the VPN using vpnservice.Builder, I route all traffic to my proxy ...
Henry's user avatar
  • 1
0 votes
1 answer
16 views

JMeter dynamic proxy port

I need to run test of proxy service. The scenario is: create proxy, sending request to service like POST http://localhost:8801/proxies result is for example: {"port": 20251, "uuid"...
DrafFter's user avatar
  • 482

15 30 50 per page
1
2 3 4 5
1318