This repository was archived by the owner on May 30, 2025. It is now read-only.
v2023.8.27.129
- Fixed bug where HttPlaceholder would insert an incorrect value in the response if the "scenario_state" or the "scenario_hitcount" were used (#318).
- Made several infrastructure changes to the code (#320).
- Added AuditBehavior which logs all the interactions between the web API and the application layer using MediatR (only in verbose logging mode) (#320).
- Added new
publicUrlproperty which makes it possible to assign a root URL for both HttPlaceholder and the UI. Useful if you run HttPlaceholder behind a reverse proxy (#321). - Re-added
Ctrl+Xfunctionality to delete lines in the code editor in the UI (#323). - Fixed bug where UI was not packaged in the .NET tool (#324).