Skip to content

Support catch-all parameters in HTTP logging #5017

@xakep139

Description

@xakep139

Currently HTTP logging component doesn't support catch-all parameters, e.g.:

public class MyController : ControllerBase
{
    [HttpGet("/catch-all/{*url}")]
    public ActionResult GetData([PrivateData] string url)
    {
        // ...
    }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions