Hello, I have a client site we want to migrate to Cloud that currently has a whitelist of IP addresses to allow access to a list of urls. Does anyone know how to achieve this in Cloud or is it not currently possible? All I can find is the Public Access docs that are for the entire site not page level specific.
m
Maarten
08/13/2024, 9:23 AM
You could use some code middleware that does the IP filtering for you on application level.
s
Sebastiaan
08/13/2024, 9:27 AM
Public access is for any page (plus descendents of that page, if that helps).
Otherwise, yes, some middleware will do..