Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support catch-all parameters in HTTP logging #5017

Open
xakep139 opened this issue Mar 11, 2024 · 0 comments
Open

Support catch-all parameters in HTTP logging #5017

xakep139 opened this issue Mar 11, 2024 · 0 comments
Assignees
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation area-telemetry

Comments

@xakep139
Copy link
Member

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)
    {
        // ...
    }
}
@geeknoid geeknoid added api-suggestion Early API idea and discussion, it is NOT ready for implementation and removed untriaged labels Mar 16, 2024
@geeknoid geeknoid assigned geeknoid and xakep139 and unassigned geeknoid Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation area-telemetry
Projects
None yet
Development

No branches or pull requests

2 participants