Category "proxy"

Get POST request body in Vite server.proxy["/api"].configure

I am migrating a project from Webpack to Vite and have run into an issue with proxying requests to one of the endpoints in the MVC.Net backend. Due to circumsta

How to proxypass Apache to a dockerized Flask/Gunicorn app

We have a server running apache2 that is hosting a number of websites and applications. We have a dockerized Flask application (served with Gunicorn) that we wo

How to fix SocketException while connecting to Telegram Bot API in Java App

I'm working on my Telegram bot. I know, in my countries Telegram is locked, so I decide to connect to Telegram Bot API through proxy. When I try to run this cod

How to fix "vault connection failed due to proxy issue" in spring-boot vault integration?

I want to connect to vault using a proxy. Here in my case, I only require proxy for vault connection, how can we specify the same? I tried with below configurat

Traefik V2 docker provider path /ws routing to external websocket server

Stack: serverX docker traefik x-site.com redirect :80->:443 https://x-site.com/* -> x-site docker container wss://x-site.com/ws proxy -> ws://external.

NuxtJS Auth Proxy

Then using nuxtjs/auth and nuxtjs/axios nuxt is ignoring my proxy configuration. In past I have used just axios for auth. Now I am trying to use the @nuxtjs/aut

androidx proxyconfig how to set user password authentication

how to add user password ? my proxy have authentication with user password code androidx.webkit:1.4.0 //my code need to add user password public void setProxy()

Zabbix Performance tunning (with Proxies)

We setup a distributed monitoring cluster with one Zabbix (3.4.7) Server and 8 Proxies: Zabbix: OS: Debian Stretch CPU: 16*2.27GHz RAM: 48GB Disk: Raid1 10K (No

Nginx proxy remove spesific path and emty Post request body +HTTPS

I'm using nginx for web service proxy. I have rest service as below and i want to proxy my domain https://www.example.com/myRestservice. Service has some method

Why are only top-level requests proxied when configuring http clients such as postman or K6

The Goal Run integration tests but stub sub-requests to a specific domain that occur within the API code itself Ideally, do this via docker-compose because I wa

Can't ping github but can access github via browser at my workplace. Am I out of luck?

I can access Github via the browser at my workplace, but cannot git clone because fatal: unable to access 'http://github.com/user/project.git/': Could not res

Angular 13 use proxy.conf.json in production

I use angular in version 13 with proxy.conf.json in development. I am try to use this proxy in production and generate a dist file with ng build but it's not wo

ERR_HTTP_RESPONSE_CODE_FAILURE (HTTP Auth Error 407) on Puppeteer

const puppeteer = require('puppeteer-extra'); const chalk = require('chalk');; const StealthPlugin = require('puppeteer-extra-plugin-stealth'); const modules =

Proxy: Selenium + Python + Firefox

I'm trying to set up a proxy for Selenium and Firefox (using Python). I have seen many tutorials and posts how to do it, but most are outdated or don't work for

Unable to clone Git repo: Invalid file descriptor

I'm trying to clone a Git repository. At work we're making use of a proxy with authentication. The commands I execute to set up the proxy settings: git config -

Make proxy configuration works with firebase hosting

I have an angular app with some proxy configuration. proxy.conf.js { "/my-api": { "target": "http://app.myapp.fr", "secure": false, "cha

Broken pipe error when proxying long file upload request

Recently and overnight, Apache's error logs from a couple of nodejs servers have been filling with this: [proxy:error] [pid xxx] (32)Broken pipe: [client xxx.x

How to setup Lighttpd with ssl and proxy

I'm trying setup Lighttpd with ssl and proxy but I cannot make it work. I've installed the certificate and private-key and they works, however when I try to ena

How can I access port 8001 with a proxy server even when it's not open?

So I did the following: minikube dashboard kubectl proxy And it says Starting to serve on 127.0.0.1:8001, however this port is not open on my VM (not inclu

Apply proxy gateway in Selenium webdriver

My goal is to apply a proxy gateway (eg. geosurf.io) inside of the Selenium webdriver. I need to do it thru using DesiredCapabilities, since it seems DesiredC