json post log data every open info

Viewed 18

For the mobile application to run in Flutter, I made user login, listing, adding, deleting etc. operations via database connection via Json web service.

One of them is the login process. The username and password values are given as parameters and the process works in the post method. This is not visible on the link on the url and is spinning in the background, but

When you look at the Windows Server IIS site logs, it says login?username=abcd&password=1234 as in the image below, because the full address of each visited page is written.

The red place in the image is the time, the blue place is the fixed ip address, the green place is the page name, the orange place is the external ip address visiting the site, that is, the web service.

Yes it's my server, it's my data and no one else can see it but what can I do to make it not so obvious and security?

Regards..

enter image description here

Log path file; C:\inetpub\logs\LogFiles\

0 Answers
Related