What is the method for redirecting the user to a completely external URL in Angular 2. For example, if I need to redirect the user to an OAuth2 server...
I am using nginx on Rackspace cloud following a tutorial and having searched the net and so far can’t get this sorted. I want www.mysite.com to go to mysite.com...
I know that in a php script: curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); will follow redirects. Is there a way to follow redirects with command line cURL? 3 s 3

