Link to home
Start Free TrialLog in
Avatar of arichexe
arichexe

asked on

Referring URL

How do I get the referring URL?  In ASP it's Request.ServerVariables("HTTP_REFERRER"), but what is it in JSP?
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

try:

request.getHeader("Referer");
ASKER CERTIFIED SOLUTION
Avatar of gksinghiet
gksinghiet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial