Initially I thought adding IP addresses to the Admin IP Whitelist and Exceptions from Blocking (within WAF) would be a nice way to secure a website. I have noticed that the secret URL parameter gets ignored if my own IP address is whitelisted. I now understand that is by design.
I'm wondering what, if anything, I'm missing in terms of securing a website and what might be considered "best practices". For several years, the secret URL phrase worked quite well, but now I'm wondering if it makes more sense to begin configuring IP addresses for admins. If I were to take my laptop into town and obtain a new IP address, I'd still be able to login to the backend via secret URL parameter, assuming it's set. True statement or would there need to be another configuration? I guess if a site had 50 admins, the secret URL might be more efficient.
I'm also interested in knowing if there's a way to auto-delete some of the entries under Security Exceptions Log or if it's a good idea to hang onto that log.
So I really don't have an issue per se, but want to understand AT better...............and, in the end, prevent locking myself out of the admin interface. BTW, I do appreciate the documentation on how to regain access. Lifesaver!