I have an Angular application running on a Live server with an SSL certificate.
The application uses MVC5 + Web API with Individual User Authentication on the server.
Using Chrome's Developer Tools, I am tracking the Network traffic to view data send to over HTTPS.
When I log into the app, it shows me the FORM DATA containing my login creditials?
Also tested on IE and it displays my login credentials in the REQUEST BODY?
Does this mean that the request to the server are not using HTTPS?
I have also, tried to use Fiddler with no luck.
Thanks