Changeset 407


Ignore:
Timestamp:
Feb 22, 2023, 5:49:59 PM (21 months ago)
Author:
alloc
Message:

Fixed again: Running behind reverse proxies and proper logins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/WebServer/src/ConnectionHandler.cs

    r404 r407  
    1717//                      }
    1818
    19                         if (!Equals (con.Endpoint, _ip)) {
    20                                 connections.Remove (_sessionId);
    21                                 return null;
    22                         }
     19                        // if (!Equals (con.Endpoint, _ip)) { // reverse proxy = same source ip!!
     20                        //      connections.Remove (_sessionId);
     21                        //      return null;
     22                        // }
    2323
    2424                        con.UpdateUsage ();
Note: See TracChangeset for help on using the changeset viewer.