How can You trap a request come from another website to your website in ASP.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Coders, Can any one tell me answer of this question How can You trap a request come from another website to your website in ASP.net. Any help will be appreciated! Gautam
-
Hi Coders, Can any one tell me answer of this question How can You trap a request come from another website to your website in ASP.net. Any help will be appreciated! Gautam
gautamamit8 wrote:
How can You trap a request come from another website to your website in ASP.net.
Try checking the referrer.
Request.UrlReferrer
. Make sure you check for NULL before using it.Navaneeth How to use google | Ask smart questions