Hi @john john
First of all, we need to know that the content displayed in the URL will be recorded by IIS Log.
As we know, Post requests can hide parameters, but the parameter information needs to be placed in the body. From a coding perspective, attributes such as [FromForm] or [FromBody] are required.
From Postman, it will be more intuitive. The parameters in area 1 will be added directly to the URL, that is, they will be recorded. In the body of zone 2, it will not be recorded.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Jason