tool::http-status-detail
203 Non-Authoritative Information
The response is from a transforming proxy, not the origin server.
ステータスコード
203
名前
Non-Authoritative Information
カテゴリ
2xx詳細説明
HTTP 203 Non-Authoritative Informationは、リクエストは成功したが、レスポンスボディがオリジンサーバーではなく変換プロキシによって修正されたものであることを示します。プロキシがコンテンツを変更したことをクライアントに伝えます。実際にはほとんど使用されないステータスコードです。
主な原因
- ▸変換プロキシがレスポンスボディを修正した場合
- ▸ミラーサーバーやキャッシュレイヤーでレスポンスが変更された場合
- ▸コンテンツフィルタリングプロキシが内容を変換した場合
解決方法
- 1.203は正常なレスポンスのため、修正は不要です
- 2.元のデータが必要な場合は、プロキシを迂回して直接接続してください
- 3.変更されたコンテンツが予期しない場合は、プロキシの設定を確認してください
関連HTTPヘッダー
Content-TypeViaレスポンス例
HTTP/1.1 203 Non-Authoritative Information
Via: 1.1 proxy.example.com
Content-Type: application/json
{"data":"modified by proxy"}関連ステータスコード
200OKThe request has succeeded.→201CreatedThe request has been fulfilled and a new resource has been created.→202AcceptedThe request has been accepted but not yet acted upon.→204No ContentThe server successfully processed the request but returns no content.→205Reset ContentThe server processed the request; the client should reset the document view.→
ad · 300×250
// related tools