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.
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-authenticationI'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-proxyHow to configure Apache2 to proxy WebSocket connection (BrowserSync for example), if it's made on the same URL, with only …
apache websocket reverse-proxyI 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-proxyI'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-arrI 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 proxypassI'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-proxyI'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-proxyProblem 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-proxyI want to serve two or more web applications running in a VM (different ports and some time in different …
go proxy reverse-proxy pydio