IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

FollowRedirects Property

Determines what happens when the server issues a redirect.

Syntax

__property TicsAmazonS3FollowRedirects FollowRedirects = { read=FFollowRedirects, write=FSetFollowRedirects };
enum TicsAmazonS3FollowRedirects { frNever=0, frAlways=1, frSameScheme=2 };

Default Value

frNever

Remarks

This property specifies how the component should behave when the server returns a redirect response (e.g. "Object Moved"). Valid values are:

frNever (0) (default) Redirects are never followed; the component raises an exception instead.
frAlways (1) Redirects are always followed.
frSameScheme (2) Redirects are followed if the new URL has the same scheme as the originally requested URL; otherwise, the component raises an exception.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Builder Edition - Version 20.0 [Build 8265]