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 は 404 を返します。
secure.domain.local:80/PaymentTransaction?ResponseXML=%3c%3fxml+バージョン%3d
しかし、それを削除すると%3c、機能し始めます。もちろん、データが正しく送信されていないため、エラーになります。
%3c
注: これは ASP.NET MVC 4 Web アプリケーションです。