Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7044641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:26:02+00:00 2026-05-28T02:26:02+00:00

I have two websites, A and B. When I open website A, I am

  • 0

I have two websites, A and B. When I open website A, I am redirected to website B automatically.

What is the function with which I can check what was the full path of website A from which was the redirect?

I was trying to start with:

        logger.info(request.getPathInfo());
        logger.info(request.getPathTranslated());
        logger.info(request.getServletPath());
        logger.info(request.getLocalName());
        logger.info(request.getRemoteAddr());
        logger.info(request.getRemoteHost());
        logger.info(request.getRequestURI());
        logger.info(request.getServerName());

but none of them is correct.

For redirecting I use response.sendRedirect inside Controller.

Thanks for help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T02:26:02+00:00Added an answer on May 28, 2026 at 2:26 am

    You can try using the optional referer header:

    request.getHeader("referer");
    

    But it is important to note that this may not always be populated (specifically IE).

    A better solution, if you are in control of both of the websites, is to pass the value somehow when you are doing the redirect. For example, as a GET or POST parameter.

    Edit:

    As suggested above, you can append query strings to your redirect URL. For example, you might try something like this:

    String redirectUrl = "http://my.redirect.com/";
    
    redirectUrl += "?referer=";
    redirectUrl += URLEncoder.encode(request.getRequestURL().toString(), "UTF-8");
    

    Then you can just pull this out of the request on the other side.

    Use this as a starting point. You may need to manually append other query parameters that may not be part of the getRequestURL() output.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I need to open tabs from my website to other websites using JavaScript
Let's say I have my website open in two tabs, and i want to
I have two .NET websites, which is setup to share sessions in-between via SQL
I have two websites, let's say they're example.com and anotherexample.net . On anotherexample.net/page.html ,
I have two websites on the same machine. The first (client) references a WCF
I have two websites: http://example.com http://example.com/sub I have a page, let's say: http://example.com/sub/page1 Is
I have two websites that post news information. I just got a request to
I have two websites that have an almost identical database schema. the only difference
What's the best way to have two websites (asp.net based) running on different domains
I have a very strange issue on my hands. I have two IIS websites

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.