Top "Redirect" questions

A response by a webserver, that asks the user agent to not show the response body, but instead request a different resource.

Google Apps Script to open a URL

Is there a way to write a google apps script so when ran, a second browser window opens to www.…

html redirect google-apps-script hyperlink
Redirecting unauthorized controller in ASP.NET MVC

I have a controller in ASP.NET MVC that I've restricted to the admin role: [Authorize(Roles = "Admin")] public class …

c# asp.net-mvc redirect authorization
Spring Security redirect to previous page after successful login

I know this question has been asked before, however I'm facing a particular issue here. I use spring security 3.1.3. I …

spring redirect login spring-security
yii2 redirect in controller action does not work?

I am posting a form to /user/save in order to save user data. The problem occurs when i try …

redirect yii2
PHP header redirect 301 - what are the implications?

I have domain.com. If the user is logged in, it should load automatically domain.com/option-X where X is …

php redirect header http-status-code-301
How to redirect in a servlet filter?

I'm trying to find a method to redirect my request from a filter to the login page but I don't …

java servlets redirect servlet-filters
How to pass model attributes from one Spring MVC controller to another controller?

I am redirecting from a controller to another controller. But I also need to pass model attributes to the second …

redirect spring-mvc controllers modelattribute
S3 Static Website Hosting Route All Paths to Index.html

I am using S3 to host a javascript app that will use HTML5 pushStates. The problem is if the user …

amazon-web-services redirect amazon-s3 routing pushstate
How to redirect Valgrind's output to a file?

While working with Valgrind tool, i need to log the details produced by valgrind tool. How can I accomplish that? …

redirect valgrind
Redirect console output to string in Java

I have one method whose return type is void and it prints directly on console. However I need that output …

java string redirect console stdout