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.

0 votes
0 answers
7 views

How to proxy url's in an img tag in Nuxt 3

I have a nuxt app paired to a Directus backend for the database and images hosting. Directus has an endpoint to access the database: https://mydirectus.com/items/myCollection I proxy this api using ...
Posoroko's user avatar
  • 261
-2 votes
0 answers
11 views

connect with google chrome using ip of mobile phone

I have two instances of the Chrome browser, and I want one to connect to the Wi-Fi of my laptop and the other to connect to my phone (which is connected to the Internet via 3G or 4G). How can I do ...
عدنان مهداوي's user avatar
0 votes
1 answer
36 views

Mozilla Firefox Proxy Authentication Popup

I was wondering if its somehow possible to create an automated process to login to my destined Firefox proxy. Every time I try connecting to the proxy Mozilla expects me to manually type in the login ...
Blizzard21's user avatar
0 votes
0 answers
23 views

AWS ECS Task using Iptables

I have an AWS ECS Task with 2 containers: A Golang application and an Envoy proxy. The flow should be something like this: Go --> GET site.com --> Envoy proxy intercepts it --> GET newsite....
Ronaldo Lanhellas's user avatar
0 votes
0 answers
13 views

Proxy single request from my service with Cloudflare

I need to proxy only requests to a specific source (openai) from my server so how I can do this? I don't need to proxy all requests related to my domain. Does someone know is it possible? If yes, how ...
Mr Green's user avatar
-1 votes
1 answer
26 views

Can a forward http proxy server decrypt HTTPS traffic? [closed]

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
13 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
14 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
1 vote
1 answer
9 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
29 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
11 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
53 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

15 30 50 per page
1
2 3 4 5
1316