Hi,
we have huge files that will be slightly different for most users - they are 1 to 8GB and only 1k differs - so we want to change them with a transformation. Unfortunately the null-transform plugin is of no help since it transforms the content coming from the origin server and NOT the content that is going to the browser of the final user. Is there anywhere any example on doing transforms at this place? Basically it’s like this: http://ats/huge_video_a?userspecific=abc http://ats/huge_video_a?userspecific=xyz and of course we only want to store the untransformed ‘huge_video_a’ once and perform the transformation (inserting the user specific info) on every delivery. Where to start? Any hints? Best Regards, Sebastian