Skip to main content
The 2024 Developer Survey results are live! See the results

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
0 votes
0 answers
10 views

Can a forward http proxy server decrypt HTTPS traffic?

Can a forward http proxy server decrypt HTTPS traffic? Without considering special cases such as man-in-the-middle attacks or certificate signing, just discussing under normal usage conditions. Some ...
Fridaynight's user avatar
0 votes
0 answers
11 views

Squid proxy not enabling HTTP request based on MAC address

I have a problem with Squid proxy not processing ACLs. My IP is 10.26.98.4 and it is listed in restricted_ip_range My MAC address is in MacExceptionList but when the proxy is ON I still can't access ...
localbot's user avatar
0 votes
0 answers
13 views

IRC Bot Not Connecting Through Proxy Server in Python

Introduce the Problem: I'm developing an IRC bot in Python that needs to connect to an IRC server through a proxy server. However, the bot fails to establish a connection. Expand on the Problem: I am ...
SamunderSingh Adhikari's user avatar
0 votes
1 answer
8 views

Why is my Milvus app SDK latency high when increasing search parameter k, despite good proxy search latency?

I am performance testing Milvus 2.4.5 with a distributed setup and a dataset of approximately 5 million items. I'm using HNSW indexing with parameters M=16 and EF construction 100. With a search ...
Rashad Tockey's user avatar
0 votes
0 answers
16 views

How to prevent VSCode to inherit the proxy environment variables?

I use VSCode behind a corporative proxy that authenticates using NTLM. Since version 1.15 VSCode understands NTLM protocol and no proxy configuration is necessary for it to access the internet \o/. ...
neves's user avatar
  • 37.6k
0 votes
1 answer
23 views

How to set proxy in Nuxt3?

I can't understand why setting proxy in nuxt 3 doesn't work When im trying to get data i see incorrect url in development tools Below is my code, what am i doing wrong? nuxt.config.js export default ...
Maxim's user avatar
  • 11
-1 votes
0 answers
7 views

How to establish a dynamic proxy forwarding service [closed]

I purchased a batch of proxy, about a few thousand of them.But these agents can only be bound to specific servers for use.I know that agents have dynamic forwarding services, but I want to set up ...
低调の小黄蜂's user avatar
-1 votes
0 answers
25 views

When configuring the proxy, the error 426 (Upgrade Required) appears, Node Express React [closed]

426Error App page package.json server.js running5000 httprequest directly fetch http://localhost:5000/api/products I can confirm that I can get data from http://localhost:5000/api/products, but in ...
Rookie Van's user avatar
3 votes
1 answer
41 views

How to configure proxy with Angular 18

I migrated my angular 17 project to angular 18 and fount out that proxy.conf.json did not worked for me. What might be the problem here? Thank you in advance "{ /api/*": { "...
Preet Bista's user avatar
0 votes
0 answers
17 views

Getting a 403 Forbidden accessing Swagger UI in Django REST Framework behind Basic Auth

I am deploying a Django Rest Framework application. The application runs under gunicorn (port 8000) which is proxied by Apache. (I need to use Apache due to some authentication requirements in certain ...
rlandster's user avatar
  • 7,614
0 votes
0 answers
23 views

Defining the cause of handshake failure

I'm trying to make an LDAP connection between a Spring boot application and an external LDAP server. The spring boot app is running on a linux server. The problem is that I always have a handshake ...
Fermalt's user avatar
0 votes
0 answers
9 views

Zabbix 7.0 HA not working for Agent-Proxy communication breakdown

Zabbix 7.0 HA not working for Agent-Proxy communication breakdown Referred to blog - https://blog.zabbix.com/zabbix-7-0-p...lancing/28173/ Issue: Failover doesn't happen when proxy is online but ...
Saurabh Nagpal's user avatar
0 votes
0 answers
12 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.4k
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
12 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

15 30 50 per page
1
2 3 4 5
1317