http - php parameters over specific port -
I have a php page, this page will be public and accessible by our partners, to send a post request to my partner on port 7333 needed. How can I accept parameters now if and only if they came to port 7333? I want to differentiate between the parameters coming from our partners by the parameters sent by a hacker thanks You have to set your web server to listen to that port. View in Apache Manual This system is not possible without system administrator privileges. Besides, it is not good to use a non-standard port for security, at least if it is only security, instead you should implement certain types of authentication!