Reverse proxy and PhpFileUploader

  •  01-15-2013, 5:13 PM

    Reverse proxy and PhpFileUploader

    Hi,

     

    Does PhpFileUploader work behind a reverse proxy ?

     

    For instance : my domain is my.domain  (for a licence PhpFileUploader) :

    Behind the reverse proxy, I shall have since my site : 

    $_SERVER[HTTP_HOST] = my.domain.prod.ac

    $_SERVER[HTTP_X_FORWARDED_HOST] = my.domain 

    Is PhpFileUploader going to make the connection between HTTP_HOST and HTTP_X_FORWARDED_HOST ?

     

    Regards, 

View Complete Thread