PC Review


Reply
Thread Tools Rate Thread

Determine caller domain

 
 
Tuncer Erhamza
Guest
Posts: n/a
 
      14th Mar 2008
Hi!

Another web application (domain) call our application.
We want to determine in our application which domain call.

Thanks.


 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      14th Mar 2008
re:
!> We want to determine in our application which domain call.

Capture the requesting IP and do a reverse DNS lookup, although that won't help you.

There's many clients which share IPs, via proxies, with many other clients.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
======================================
"Tuncer Erhamza" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Hi!
>
> Another web application (domain) call our application.
> We want to determine in our application which domain call.
>
> Thanks.
>



 
Reply With Quote
 
siccolo
Guest
Posts: n/a
 
      15th Mar 2008
On Mar 14, 12:49*pm, "Tuncer Erhamza" <tunc...@webmerkezi.com> wrote:
> Hi!
>
> Another web application (domain) call our application.
> We want to determine in our application which domain call.
>
> Thanks.


you may want to check Request.ServerVariables["HTTP_X_FORWARDED_FOR"],
and then, if that one's empty,
look in Request.ServerVariables["REMOTE_ADDR"] ....something along
this lines.


... more at http://www.siccolo.com/articles.asp


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Determine caller class name qingxun@gmail.com Microsoft VB .NET 2 6th Jun 2006 03:51 AM
Determine caller class name qingxun@gmail.com Microsoft VB .NET 1 31st May 2006 03:05 PM
Caller ID not working with USR Caller ID modem CJSnet Windows XP Drivers 1 15th Jan 2004 06:38 PM
Caller ID not working with USR Caller ID modem CJSnet Windows XP Hardware 1 15th Jan 2004 06:38 PM
failed to determine if domain is a leaf domain ricky carreon Microsoft Windows 2000 Active Directory 1 23rd Dec 2003 09:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:44 PM.