Category "reverse-proxy"

As a client app, how do I get the 'x-amzn-oidc-*' headers forwaded to me from Amazon Load Balancers (ALB)?

I'm planning on setting up ALB (Amazon Load Balancer) for authentication. It'll sit in front of my client app and only forward authenticated requests with the a

React Router Removes server prefix (Reverse Proxy)

I am trying to run a React Application behind a reverse proxy server that has a prefix(say root-prefix) and secondary prefix(say subdirectory/path). The final U

how to return json data instead nginx 401 page on auth request

let me asking this is my nginx config: location /index { auth_request /auth; proxy_pass http://127.0.0.1:8081; auth_request_set $use

Reverse Proxy and Akamai

I'm trying to understand how a reverse proxy may impact our website and its performance. We are looking to create a reverse proxy with servers in two locations

Proxy pass to a sub directory using nginx

I've got 2 Docker instances running, 1 being an SPA React app client and the other one is NodeJS api. I want to setup Nginx on my Ubuntu server to handle reques

403.7 forbidden access denied on exchange server 2019 error with reverse proxy when certificate based authentication enabled

I have exchange server 2019 on windows server 2019 and we have certificate based authentication enabled for exchange server. When I am trying to access the OWA

Use Nginx as reverse proxy, mount server at subfolder and add all links with the subfolder

I am running a Webserver with Python on localhost:5000. I would like to use Nginx as a reverse proxy to serve that website on localhost:80/subdirectory. That is

Can traefik rewrite the location header of redirect responses (302)

I am using traefik 2.0.2 as reverse proxy in front of some services. One backend services is returning a redirect response (302), where the location header cont

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.

Can a response from an http request alter the base address in the next client request?

I have an octoprint server running at http://192.168.1.205. I also have an nginx server hosting myDomain. I want to be able to use the nginx server to pass on

Unable to access Kibana behind NginX reverse proxy on Docker

I have a Docker Compose setup with NginX, ElasticSearch and Kibana like the following: web: build: context: . dockerfile: ./system/docker/develo

nginx 431 Request Header Fields Too Large

Recently, the size of data in our cookies has become larger, and all of the requests that go through nginx started getting rejected with 431 error responses. I

Nginx follow redirect and reverse proxy last location

I'm trying to reverse proxy an URL that have a N redirect 301 inside. I want to follow all the pages and then reverse proxy the last page (fourth-url.php). Is

How to setup apache 2 reverse proxy to forward different domain and pretend as that domain name?

I am using Debian and apache2, I don't know if it is possible to use apache to reverse proxy from one domain to another domain, but the backend server behind th

Golang gin gonic web framework proxy route to another backend

How to reverse proxy web requests for a few routes to another backend in Gin Gonic web golang framework Is there a way to directly forward in the Handle functi

Nginx reverse proxy issue long request

I'm stuck on a problem for a long time now with two nginxs server which the first is acting as a reverse proxy and the second as the backend server. Here is my

Apache HTTPS Reverse Proxy URL Redirection

I've a node application running on 3001 port. For HTTP to HTTPS, I've configured apache virtual host with reverse proxy and it is working fine. Now I need to re

How would you create a reverse proxy using a Firebase function?

I'd like to create a reverse proxy for my analytics so that it doesn't get shut down by ad blockers. Cloudflare has an excellent API for this using their web-wo