Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

FollowRedirects Property

Determines what happens when the server issues a redirect.

Syntax

[VB.NET]
Public Property FollowRedirects As BlobFollowRedirects

[C#]
public BlobFollowRedirects FollowRedirects {get; set;}

enum BlobFollowRedirects { frNever, frAlways, frSameScheme }

Remarks

Normally, the component returns an error if the server responds with an "Object Moved" message. If FollowRedirects is set to frAlways (1), the new URL for the request is retrieved automatically every time.

If FollowRedirects is set to frSameScheme (2), the new URL is retrieved automatically only if the URL scheme is the same as the original request, otherwise the component throws an exception.

The default value is frNever (0). In this case, redirects are never followed, and the component throws an exception instead.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0