If I were to host a web service on the same machine as my web site, and pass sensitive information to it, do I need to call it using https?
For example, I would reference it using localhost, so won't this information be secure as it's not being transmitted across an insecure channel?
EDIT: I should mention that this web service would not be accessible from the outside world.
Thanks
Yes, if you service is accessed using as http://localhost, then no information will be transmitted across the network, so https is unnecessary.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With