Difference between revisions of "CORS-Allowed Sites"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ ==Where to find it== * ''Manager'' > '''Administration > Server Settings''' menu > ''Miscellaneous'' category > '''{{PAGENAME}}''' ==Purpose== If ''CORS enabl...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
==Where to find it==
 
==Where to find it==
* ''Manager'' > '''Administration > [[Server Settings]]''' menu > ''Miscellaneous'' category > '''{{PAGENAME}}'''
+
* ''Manager'' > '''Administration > [[Server Settings]]''' menu > ''Security and Passwords'' category > '''Cross-Origin Resource Sharing (CORS)''' > '''{{PAGENAME}}'''
  
 
==Purpose==
 
==Purpose==
If ''[[CORS enabled]]''' is selected, then this setting is used to define the domain(s) from which restricted resources can be requested.
+
If '''[[CORS enabled]]''' is selected, then this setting is used to define the domain(s) from which restricted resources can be requested.
  
 
==Use==
 
==Use==
Line 10: Line 10:
  
 
==See Also==
 
==See Also==
* '''[[CORS enabled]]'''
+
* '''[[Enable CORS]]'''
  
 
[[Category:Setting]]
 
[[Category:Setting]]

Latest revision as of 08:36, 4 March 2026

Where to find it

  • Manager > Administration > Server Settings menu > Security and Passwords category > Cross-Origin Resource Sharing (CORS) > CORS-Allowed Sites

Purpose

If CORS enabled is selected, then this setting is used to define the domain(s) from which restricted resources can be requested.

Use

Multiple comma-separated domains can be specified. Most commonly, this field is set to *, which allows resources from any domain to be requested.

See Also