This is a diff between 1.1 and 1.2 revisions:

38a37
< * [[http://enable-cors.org/][Enable cross-origin resource sharing]]
\ No newline at end of file
37d37
> * [[http://enable-cors.org/][Third-party guide to enabling Cross-Origin Resource Sharing with various servers]]
31a30
< 1 Click "Save Changes".
30d30
> 1 Click <b>Save Changes</b>.
29a28
< 1 Enter for ex. "*" in the "Cross-Origin Resource Sharing" input field. Optionally you can check the "Reject Unintended CORs" check-box:
28d28
> 1 Enter, for example, <b><code>*</code></b> in the <b>Cross-Origin Resource Sharing</b> input field. Optionally you can check the <b>Reject Unintended CORS</b> check-box:
26a25
< 1 Click "Edit":
25d25
> 1 Click <b>Edit</b>:
24a23
< 1 Locate the <code>/sparql</code> Logical Path:
23d23
> 1 Locate the <code>/sparql</code> <b>Logical Path</b>:
22a21
< 1 Expand Interface for the Default Web Site:
21d21
> 1 Expand <b>Interface</b> for the <b>Default Web Site</b>:
20a19
< 1 Go to "Web Application Server"->"Virtual Domains & Directories":
19d19
> 1 Go to <b>Web Application Server &#8594; Virtual Domains & Directories</b>:
16a17
< You CORs enable a Virtuoso SPARQL endpoint via the following steps:
<
< 1 Go to the HTML based Instance Admin UI (Conductore) at: http://{your-instance-hostname}:[port]/conductor .
15d17
> 1 Go to the HTML-based Instance Admin UI (Conductor) at <code><nowiki>http://{your-instance-hostname}:[port]/conductor</nowiki></code>.
14a15
< ---++How?
13d15
> You CORS enable a Virtuoso SPARQL endpoint via the following steps:
12a13
< CORs enables conventional client-server interactions from a single client across a Web of data sources. Basically, an effective mechanism for traversing the Web from a single original data source.
11d13
> ---++ How can I enable CORS?
10a11
< ---++Why?
9d11
> Enabling a Virtuoso SPARQL Endpoint to serve the Data Access needs of user agents (e.g., Javascript clients) that are programmed to leverage CORS.
8a9
< Enabling a Virtuoso SPARQL Endpoint serve the Data Access needs of user agents (e.g., Javascript clients) that are programmed to leverage CORS.
7d9
> ---++ Why enable CORS?
6a7
< ---++What?
5d7
> CORS enables conventional client-server interactions over a Web of data sources, with embedded elements from multiple sources presented by a single page. Basically, CORS helps traverse the Web from a single original data source.
4a5
< ---+Cross-Origin Resource Sharing (CORS) enabling a Virtuoso SPARQL Endpoint
3d5
> ---++ What is CORS?
2d3
> ---+ Enabling Cross-Origin Resource Sharing (CORS) on a Virtuoso SPARQL Endpoint