I would like to know if I have the url of the site that does the ajax request for a file from another server.
Ex:
I send a form through www.exemplo1.com
to www.exemplo2.com/submit.php
and in submit.php
I want to get the url of www.exemplo1.com
.
How to do this?