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.
目前我正在处理 400 bad request status 错误。我想知道如何创建服务器将返回 400 状态的请求。
我找到了一种生成 400 Bad Request Error 的简单方法:
附加/%在 URL 的末尾应该适用于大多数网站。
/%
例如:
http://abc.go.com/% http://www.checkupdown.com/% https://www.oath.com/% https://www.apple.com/%
上述 URL 生成以下页面:
请注意,此方法不适用于 Internet 上的所有网站。
由于服务器可以在看到/%.
由于请求中的语法错误,会发生 HTTP 400 错误。
要创建强制服务器返回 400 错误的请求,您可以: