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 8052685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:36:36+00:00 2026-06-05T07:36:36+00:00

Redirecting to an internal URL seems to be possible by using the redirect() method

  • 0

Redirecting to an internal URL seems to be possible by using the redirect() method in the controller.

public static Result index() {
  return redirect(routes.Application.tasks());
}

However I want to redirect to an external URL in the controller. redirect(String) method accepts only internal URLs as parameter.

What I require is Play framework equivalent of standard Java servlet redirect i.e.

request.sendRedirect(String url)
  • 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-06-05T07:36:37+00:00Added an answer on June 5, 2026 at 7:36 am

    Sometimes simplest solution just… works:

    return redirect("http://stackoverflow.com/questions/10962694");
    

    It’s also worth to use other availabe redirects such as

    • seeOther(String url)
    • movedPermanently(String url)
    • temporaryRedirect(String url)

    etc

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

Sidebar

Related Questions

I'm redirecting this URL: http://mydomain.com/expandyourtaste Using this .htaccess file: #Expand your tastes redirects Redirect
I'm now redirecting to main page in my Rails application using redirect_to root_path I
Is there any other command for redirecting a controller to a particular view page
I've got a script that sets some session values before redirecting to / using
For a website I'm currently working on we're redirecting our old URL's permanently to
I am redirecting WebRequests successfully using the experimental API in Chrome - I am
I have a problem redirecting a folder to another one. The rule seems to
I am redirecting users to https using a HttpModule for selected pages, what I
I'm already redirecting an old domain via a 301 redirect but I've noticed that
I am currently using mod_rewrite to do an internal redirection RewriteCond %{REQUEST_URI} ^/pattern$ RewriteRUle

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.