ホーム
おまかせ表示
最近更新したページ
特別ページ
コミュニティ・ポータル
オプション
寄付
たまちゃん村について
免責事項
たまちゃん村
検索
利用者メニュー
ログイン
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.