DFO 4.1.0 - 16 Custom blob headers

DFO 4.1.0 - 16 Custom blob headers

When serving Digizuite media assets e.g. /globalassets/digizuite/102403-en-301_50345.pdf/Preview. Then you have the option to apply custom response headers. You can control the custom headers per assettype or use -1, which will apply the header to all Digizuite assets.

In this example we add one custom header to the assettype 4 (Image).

"CustomBlobHeaders": { "4": [ { "Key": "X-Robots-Tag", "Value": "noindex" } ] }

List of Digizuite assettypes

Video = 1
Audio = 2
Image = 4
PowerPoint = 5
Html = 6
Text = 7
Word = 8
Excel = 9
InDesign = 10
Zip = 11
PDF = 14
Archive = 15
Photoshop = 16
Illustrator = 17
Visio = 18
Cad = 19
Font = 20
AfterEffects = 2
PremierePro = 2

Related content