コンテンツにスキップ
サイドバーの切り替え
yonewiki
検索
ユーザーリンク
個人用ツール
拡張
折り畳む
アカウント作成
ログイン
ログアウトした編集者のページ
もっと詳しく
ログイン
名前空間
メッセージ
議論
日本語
拡張
折り畳む
表示
閲覧
ソースを閲覧
その他
拡張
折り畳む
案内
メインページ
最近の更新
おまかせ表示
MediaWikiについてのヘルプ
ツール
リンク元
特別ページ
ページ情報
MediaWiki:Apihelp-main-param-originのソースを表示
←
MediaWiki:Apihelp-main-param-origin
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、以下のグループに属する利用者のみが実行できます:
登録利用者
。
このページにはこのウィキのソフトウェアのインターフェイスに使用されるテキストが保存されており、いたずらなどの防止のために保護されています。 すべてのウィキに対して翻訳を追加/変更する場合は、MediaWiki の地域化プロジェクト
translatewiki.net
を使用してください。
このページのソースの閲覧やコピーができます。
When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). For authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set. For non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted.