Include query in url information in get requests #18993
BackDescription
Resolves #18635
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
Configure audit logging
Configure<AbpAspNetCoreAuditingUrlOptions>(options =>
{
options.IncludeQuery = true;
});
Configure<AbpAuditingOptions>(options =>
{
options.IsEnabledForGetRequests = true;
});
Version
9.1.0-rc.1
Release Date
16 January, 2025
Labels
abp-module-audit-logging-ui
ui-blazor
ui-mvc