is there a way to check if page request was made by specifc URL ?
I need to lock-down a page so it only responds to when a form is sent from our payment gateway
Is there a way to check WHO is sending the page request
ie. if page request from was payment provider then process the form
I'm already checking if the form fields are valid by xreffing them with our own details
I'm checking if the request was for the HTTPS version of our page
I'd now like to check if the request was from our payment gateway's URL
