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.
のようなシステムへの URL を入力すると、http://localhost:2055/test/5*5*5.html. http 400 リクエストをスローします。その理由は何ですか?
http://localhost:2055/test/5*5*5.html
Windows イベント ビューアーを調べてみてください。パスに無効な文字があるため、エラーがスローされる可能性が高くなります。無効な文字はアスタリスクになります*。
*
絶対に必要な場合は、パスに無効な文字を許可できますが、推奨されておらず、非常に粘着性が高くなる可能性があります。
ここで Scott Hanselman の投稿を参照してください。
http://www.hanselman.com/blog/ExperimentsInWackinessAllowingPercentsAnglebracketsAndOtherNaughtyThingsInTheASPNETIISRequestURL.aspx