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.

HTTP server behind IIS: pass authentication headers

I have an IIS instance configured with Windows Authentication and URL Rewrite, so it basically works as a reverse proxy. …

iis authentication http-headers reverse-proxy basic-authentication
How to handle CORS in an electron app

I'm building an electron app and need to call APIs where the API provider has not enabled CORS. The typically …

node.js proxy cors electron reverse-proxy
Apache2 WebSockets reverse proxy on same URL

How to configure Apache2 to proxy WebSocket connection (BrowserSync for example), if it's made on the same URL, with only …

apache websocket reverse-proxy
nginx and trailing slash with proxy pass

I am using the following configuration for nginx 1.4.1: server { listen 8000; server_name correct.name.gr; location /test/register { proxy_set_…

http nginx reverse-proxy
Adding a custom header to ARR requests

I'm running a service behind IIS using ARR as a reverse proxy. I know there are x-forwarded-for and x-arr-log-id headers …

iis reverse-proxy iis-arr
Apache 2.2 reverse proxy not working

I am trying to set up my apache (version 2.2.3) to work as reverse proxy. I configured apache on public server …

apache2 reverse-proxy proxypass
Reverse proxy with mod_proxy, preserve original request URL

I've configured a reverse proxy using mod_proxy (Apache2) listening on 127.0.0.1:80, that proxies all the request to 127.0.0.1:8080 So I've configured …

apache reverse-proxy mod-proxy
How to connect socket.io through a reverse proxy

I'm trying to connect to a socket.io server from behind an apache reverse proxy. I have apache running on …

node.js apache sockets proxy reverse-proxy
How to log real client ip in rails log when behind proxy like nginx

Problem I have a rails 3.2.15 with rack 1.4.5 setup on two servers. First server is a nginx proxy serving static assets. …

ruby ruby-on-rails-3 logging nginx reverse-proxy
Golang reverse proxy with multiple apps

I want to serve two or more web applications running in a VM (different ports and some time in different …

go proxy reverse-proxy pydio