how do you detect url redirects when connecting to a URL
how do you detect url redirects when connecting to a URL?Thanks in advance stev
Hai (i) If it a jsp we can get the URL by request object. LikeString url = request.getHeader("Referer");u can do it in Servlet aslo by request object variable.If this explanation is not ok, Explain ur doubt in more briefed Manner