[Interest] IFW issue: HTTP request returns a Not Acceptable

coroberti . coroberti at gmail.com
Tue Sep 18 16:36:01 CEST 2018


On Tue, Sep 18, 2018 at 5:28 PM, Kevin <kevin at spikegadgets.com> wrote:
>
> Thanks for all the responses
>
> My guess is the "?-915259074 " part of the url is what makes the server fail.
>
> To prevent caching, you may wish instead to add header:
> Cache-Control: no-store
>
> For the above suggestions, how do I do that through the IFW? Are there config.xml parameters that I missed?

Hi, Kevin,

It should be fixed by the tool maintainers.
Remove "?-915259074"  and
add instead HTTP headers:
Cache-Control: no-store
Cache-Control: no-cache, private

Kind regards,
Robert



More information about the Interest mailing list