Difference between revisions of "CORS Policy Management"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Created page with "Category:Functions Cross Origin Resource Sharing (CORS) is a security mechanism which restricts whether resources on a web page such as dynamic calls to web services can...")
 
 
Line 1: Line 1:
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:RegistrySecurity]]
  
 
Cross Origin Resource Sharing (CORS) is a security mechanism which restricts whether resources on a web page such as dynamic calls to web services can be obtained from a server in another domain.
 
Cross Origin Resource Sharing (CORS) is a security mechanism which restricts whether resources on a web page such as dynamic calls to web services can be obtained from a server in another domain.

Latest revision as of 08:16, 4 September 2023


Cross Origin Resource Sharing (CORS) is a security mechanism which restricts whether resources on a web page such as dynamic calls to web services can be obtained from a server in another domain.

In Version 10, the CORS policy can be set explicitly on the Fusion Registry server to be either permissive (i.e. allow requests from any origin), or to only allow requests from web clients on specific domains.

This feature is found in the Server Security menu as shown below.

Cors.PNG