DIRKMJK / limepy

Download and summarise LimeSurvey data
MIT License
24 stars 8 forks source link

Did not work out of apache (deafult nginx or IIS) #21

Closed Shnoulle closed 2 years ago

Shnoulle commented 2 years ago

The url set is OK only if you use apache.

Not with IIS or nginx server (it's /index.php?r=admin/remotecontrol )

Workaround : set the url to https://example.org/limesurvey/index.php?r=admin/remotecontrol&

Maybe an option to avoid the workaround ?

DIRKMJK commented 2 years ago

I wasn't aware that the url used doesn't work with non-Apache servers. Is the workaround url you suggest supposed to work with Apache as well? I got a bad request error when I tried to use it