Problem with Image Resizing when using URLs with query string

I'm trying to resize images using a URL that contains query string parameters. It seems that when a query string is present, it is not preserved when requesting the image from the origin. For me that is problematic, because my origin acts as a proxy for this route, and it requires a query string. I'm getting ERROR 9412: Could not resize the image: Unknown or unsupported file type .

Is there a way to configure CF Image Resizing to use the given query string when retrieving the image from the origin?
Was this page helpful?