Top "Reverse-proxy" questions

A reverse proxy server usually refers to an HTTP accelerator or load-balancer which proxies requests on behalf of the actual clients to one or more backend HTTP servers.

Reverse Proxy Java

I am working with a Java web application and I would like to have a reverse proxy masking some of …

java proxy reverse-proxy embedded-jetty embedded-tomcat-7
Golang: how to read response body of ReverseProxy?

package main import ( "net/http" "net/http/httputil" "net/url" ) func main() { target := &url.URL{Scheme: "http", Host: "www.…

go reverse-proxy
httpd mod_proxy_balancer failover failonstatus - transparent switching

I am using mod_proxy_balancer to manage failover of backend servers. Backend servers may return an error code instead …

apache reverse-proxy mod-proxy failover mod-proxy-balancer
Require HTTPS with Spring Security behind a reverse proxy

I have a Spring MVC application secured with Spring Security. The majority of the application uses simple HTTP to save …

java https spring-security reverse-proxy
nginx 'invalid number of arguments in "map" directive'

I'm trying to reverse-proxy a websocket, which I've done with nginx before with no issue. Weirdly, I can't seem to …

nginx configuration reverse-proxy
How to run IPython behind an Apache proxy

I would like to run an IPython notebook web server behind an Apache (reverse) proxy so that instead of the …

apache proxy ipython reverse-proxy
Keycloak behind apache reverse proxy

I have surfed through google without finding any concrete answers or examples, so again trying my luck here (often get …

reverse-proxy keycloak
IIS7 Application Request Routing (arr reverse proxy) combined with managed module - time out

I am trying to build a proxy that would serve requests to an internal site (hiding the origin) but at …

iis-7 timeout httpmodule reverse-proxy
SSL handshaking fails

Strange situation: there is an android app. Before it was working directly to apache2. Recently I've tried to use nginx …

nginx reverse-proxy sslv3
Reverse proxy from nginx to squid

Similar to this, I am trying to host a squid proxy behind nginx: example.com - the main site relay.…

nginx proxy reverse-proxy squid http-proxy