Just wandering, how is https works? Also how is php able to get the https post? Is it just works like the normal get post in php??
Exmaple:
If there have a system having a https post to a websiet test.php , can I just get the post by using $_POST under test.php?
Yes, the decryption is done by the server’s ssl layer automatically.