Hi community,
I have a Limesurvey server Version 2.06+ Build 160129 perfectly running from our internal network, say
internal.survey.net/
I've been asked to make it accessible from the outside.
Our IT department uses some kind of proxy that rewrites any URL to something like
Code:
https://external.mycompany.com/survey/
So
Code:
https://internal.survey.net/admin/
is translated into
Code:
https://external.mycompany.com/survey/admin/
The limesurvey site is accessible, I can login, but any modification leads to being prompted again for the logging in.
When done, I have access to the modification (group/question) but any page transition is subject to re-authentication.
Any idea where it could come from ?
Thanks