Local Network Access Test
Below is four buttons that all call the same API.
- The first is not in an iframe and succeeds.
- The second is in an iframe without the new security setting set. This matches what Infor is doing. This one will fail.
- The third one is in an iframe and has the new 'allow="local-network-access"' flag set. This one will succeed
- The fourth is an iframe without the 'allow="local-network-access"' set, but it is hosted on the same domain, so it will succeed.
For both buttons that should succeed, you will be prompted to give chrome access to your local network. Please click allow.