-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
Description
Hi,
looking at the implementation of the Api.cs, there is no way to set global Url.Secure(true) flag:
public Url Url
{
get
{
return new Url(Account.Cloud, this)
.CSubDomain(CSubDomain)
.Shorten(ShortenUrl)
.PrivateCdn(UsePrivateCdn)
.Secure(UsePrivateCdn)
.SecureDistribution(PrivateCdn);
}
}
Can you please fix this by providing a way to set this flag globally without requirement to set UsePrivateCdn to true.
Thank you,
Michal