Hi.

Here is the scenario.

Client send a browser requst to Host A

Host A receives the request and redirects to Host B
Host B does some work and redirects back to Host A

How do we determine now on host A that the request came from Host B???

If both the servers do a response.sendRedirect() then a getRemoteHost()
and getRemoteAddress() always return the host and IP if the "originator"
of the request. AKA the browser.

IS there anyother way to determine on A that the request actually came
from B?
( after redir )

RFC 2109 and RFC 2068 arent really explicit on this..Any ideas people

-Sam

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to