Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここにも質問を投稿しましたが、回答が得られないようです 。https://bitbucket.org/jespern/django-piston/issue/194/what-is-the-reason-that-piston-needs-to
私の理解が正しければ、セキュリティ上の理由からそうしています。
このResourceクラスは、リクエスト オブジェクトを使用して認証を処理し、指定されたハンドラーが呼び出される前にリクエストから OAuth ヘッダーを削除します。一般に、このようなものの可視性を制限する必要があります。キーなどの個人情報の公開を制限すると、脆弱性を制限できる可能性があります。
Resource