LoginSignup
0
0

More than 5 years have passed since last update.

VirtuosoのCross-Origin Resource Sharing (CORS) 許可

Last updated at Posted at 2015-09-17

Virtuosoデータベースエンジンへの問い合わせに対して、ブラウザ側に

XMLHttpRequest cannot load ... No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://example.com' is therefore not allowed access.

などとエラーがでる際の対処法。

  1. ブラウザでConductorを開く。 http://localhost:8890/conductor/ などにアクセス。
  2. ログインする。デフォルトではID:dba, password:dba。
  3. 上部タブから「Web Application Server」を選択。
  4. 上部タブから「Virtual Domains & Directories」を選択。
  5. リストから「/sparql」の行の「Edit」を選択
  6. 「Cross-Origine Resource Sharing」のテキストボックスに「*」を入力し、「Save Changes」をクリック。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0