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.
私は Web サーバーを持っていて、いくつかの条件下で HTTP ステータス コード 418 'I'm a teapot' を取得したいと考えています。if ステートメントを使用すると確信していますが、それをトリップさせることができないようです。助けはありますか?
<?php header("HTTP/1.1 418 I'm a teapot"); ?> <html> <h1>418 I'm a teapot</h1><br> <p>The HTCPCP Server is a teapot. The responding entity MAY be short and stout.</p> </html>
結果は次のとおりです。
HTCPCP サーバーはティーポットです。応答エンティティは、短くて頑丈である場合があります。