You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Fields missing from TO Go version that are in the Perl version:
"anonymousBlockingEnabled"
"cdnName"
"deepCachingType" <- value returned is null when it's really NEVER
"fqPacingRate" <- value returned is null when it's really 0
"profileName"
"signed"
"tenant"
"type"
These fields need to be returned by the TO Go version to keep parity with the Perl version.
Also, the api/v12/server doc is missing "signingAlgorithm" and "anonymousBlockingEnabled" documentation for this endpoint. Also, the docs mention "multiSiteOriginAlgorithm", but this appears to have been removed from the Perl version after it was added, so the field should probably be removed from the TO Go version (as well as the documentation updated).
Fields missing from TO Go version that are in the Perl version:
These fields need to be returned by the TO Go version to keep parity with the Perl version.
Also, the api/v12/server doc is missing "signingAlgorithm" and "anonymousBlockingEnabled" documentation for this endpoint. Also, the docs mention "multiSiteOriginAlgorithm", but this appears to have been removed from the Perl version after it was added, so the field should probably be removed from the TO Go version (as well as the documentation updated).