Is it possible to use Attendance restriction by IP address when the server is behind a reverse proxy?
The Attendance plugin uses the Moodle core API "Getremoteaddr" to obtain the users IP address - which uses the site level setting getremoteaddrconf to control how it obtains the users ip address - you can find this under Administration > Server > HTTP
Basically if you check your standard Moodle logs reports - if you see everyone with the same ip adress (your reverse proxy IP) then it won't work - if you can see different IP addresses listed, then Attendance should work fine.
Basically if you check your standard Moodle logs reports - if you see everyone with the same ip adress (your reverse proxy IP) then it won't work - if you can see different IP addresses listed, then Attendance should work fine.
Thank you very much it helped me a lot