imageresizer remote reader plugin only displays the remote image if no query strings are present in URL -
i'm trying resize/crop images stored on 1 of our servers , use them on another, our server. image resizer running on www.aapg.org. remote images stored on assets.aapg.org.
not sure why doesn't work. followed process outlined in http://imageresizing.net/plugins/remotereader -- looks ok. tried both signed remote url , human-friendly syntax, , neither worked me.
here plugins web.config file i'm using:
<add name="mvcroutingshim" /> <add name="diskcache" /> <add name="seamcarving" /> <add name="simplefilters" /> <add name="pdfrenderer" downloadnativedependencies="true" /> <add name="dropshadow" /> <add name="whitespacetrimmer" /> <add name="prettygifs" /> <add name="animatedgifs" /> <add name="webpencoder" /> <add name="webpdecoder" /> <add name="remotereader" /> <add name="cloudfront" />
and remote reader plugin configuration ('xxxxxxxxxxxxxxxxxxxxxx' not i'm using):
<remotereader signingkey="xxxxxxxxxxxxxxxxxxxxxx" allowallsignedrequests="false" allowredirects="5"> <allow domain="aapg.org" /> <allow domain="assets.aapg.org" /> </remotereader>
can tell me i'm doing wrong? or i'm missing?
thanks in advance!
Comments
Post a Comment