Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys,
I use the foundation framework on some websites. It appends a 'random' parameter to some of the images to avoid cache (mainly for IE browsers).
This is making Image Processor to misunderstand the request and return a 400 error. Is there some way to overcome this?
Umbraco version: 7.5.4
Example request: http://www.example.com/media/8765/kitchen.jpg?random=1
Many thanks,
ImageProcessor allows cache buster querystring variables named "v" or "rnd".
Ideally see if you can change your examples to use "rnd" instead of "random" otherwise you could send a PR to add "random" here
Many thanks Jeavon!
We'll look into both and discuss ;)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Random image parameter
Hi guys,
I use the foundation framework on some websites. It appends a 'random' parameter to some of the images to avoid cache (mainly for IE browsers).
This is making Image Processor to misunderstand the request and return a 400 error. Is there some way to overcome this?
Umbraco version: 7.5.4
Example request: http://www.example.com/media/8765/kitchen.jpg?random=1
Many thanks,
ImageProcessor allows cache buster querystring variables named "v" or "rnd".
Ideally see if you can change your examples to use "rnd" instead of "random" otherwise you could send a PR to add "random" here
Many thanks Jeavon!
We'll look into both and discuss ;)
is working on a reply...