Hey all, i have 2 pages: pageA and pageB. Using ajax, pageA calls to pageB to process some information. I want it so pageB can only receive requests from pageA. What i did was use http_referer to make sure pageA is sending the requests, which works great. The only problem is that in firefox, http_referer doesn't show up at all, making pageB not execute... any ideas?
Start Free Trial