So, note that this is not about browser-server communication. In server-to-server communication, would using the other server's IP address to make a request, as opposed to using its host name, reduce the likelyhood of MITM attack?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
If you have all Systems (including DNS) under your control, use the Domain Name. The risk for MITM attacks via DNS are as high as MITM via IP Spoofing. But you could move an application much better. You could just move the Domain Name. If you have a valid, public signed SSL cert, you have the benefit that you don't need to buy a new one, if the IP changes. If you don't have control over the other side, and worry about MITM: Don't connect to the system! |
|||||||
|