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.

Spring MVC @RestController and redirect

I have a REST endpoint implemented with Spring MVC @RestController. Sometime, depends on input parameters in my controller I need …

spring rest spring-mvc redirect http-redirect
PHP generate file for download then redirect

I have a PHP app that creates a CSV file which is forced to download using headers. Here's the relevant …

php redirect header
Redirecting to previous page after authentication in node.js using passport.js

I'm trying to establish a login mechanism using node.js, express and passport.js. The Login itself works quite nice, …

node.js authentication redirect express passport.js
Redirecting EC2 Elastic Load Balancer from HTTP to HTTPS

I want to redirect all the HTTP request to https request on ELB. I have two EC2 instances. I am …

redirect nginx amazon-ec2 https amazon-elb
Redirect to application if installed, otherwise to App Store

I know it's possible to link directly to an app in iOS by registering a custom scheme (e.g. so://) …

ios redirect app-store
See full redirect path and HTTP status code in Chrome

I'm trying to find out of a certain link shorteners and out.php linkscripts redirect using 301 redirect or not. I'm …

google-chrome redirect http-headers
how to redirect domain according to country IP address

I made a site it with some subdomains; according to the country's IP address the user is supposed to be …

php .htaccess redirect geolocation geotargetting
Firefox redirects to https

I'm using Firefox, and while setting up a server, I have been fiddling around with redirects. Now, Firefox has cached …

firefox redirect
ASP.NET Push Redirect on Session Timeout

I'm looking for a tutorial, blog entry, or some help on the technique behind websites that automatically push users (ie …

asp.net redirect session-timeout server-push
Angular 5 router.navigate does not work

I'm trying to redirect a user to another page based on some condition. Here's my example login component: ngOnInit() { console.…

angular redirect routing navigateurl