error beyond a reverse proxy
-
Hello,
the procedure wp_cassify_get_current_url in wp_cassify_utils.php, took the $_SERVER[‘SERVER_NAME’] to build the service url.
When the server is beyond a proxy this is not working, in my case i had to modified the line 69 like this :
//$current_url .= $_SERVER[ ‘SERVER_NAME’ ];
$current_url .= $_SERVER[ ‘HTTP_X_FORWARDED_HOST’ ];Thanks
Franck
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘error beyond a reverse proxy’ is closed to new replies.