各类程序语言400页面

温馨提示:文章已超过2174天没有更新,可能存在链接失效,相关教程仅供参考

asp400页面 

<%Response.Status="400 Bad Request"%>

 <h1>Bad Request (Invalid Hostname)</h1>

php400页面

<?php   header("HTTP/1.1 400 Bad Request");   ?>   

<h1>Bad Request (Invalid Hostname)</h1>

jsp400页面

<%     // Set error code and reason.     response.sendError(400, "Need authentication!!!" );


© 除非注明,否则均为阿豪运维笔记原创文章,转载或复制请以超链接形式并注明出处

取消
微信二维码
微信二维码
支付宝二维码