NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    FollowRedirects Parameter (Get-HTTP Cmdlet)

    Determines what happens when the server issues a redirect.

    Syntax

    Get-HTTP -FollowRedirects string

    Remarks

    Possible values are:

    NeverNever follow a server redirect.
    Always Always follow a server redirect.
    SameSchemeOnly follow a server redirect if the scheme is the same as the original URL, otherwise an error is raised.

    Default is to always follow server redirects.

    Default Value

    1

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]