I need to try and spoof the HTTP_REFERER passed my another page so that in the destination page, I can determine of the request is coming in from the "right" page and perform appropriate logic.
- How do I do that in JavaScript (AJAX)?
- Can I do that in ASP.Net?
TIA rams