tags:

views:

16

answers:

2

I have a php page http://mydomain.com/mypage.php this page will be accessible by public and our partner. my partner is supposed to send a POST request over port 7333 to http://mydomain.com:7333/mypage.php . now how can i accept the parameters if and only if they came over port 7333. i want to distinguish between parameters that are coming from our partner from params sent by a hacker

Thank you