Hello. I'm using the rudderstack pixel api: <https...
# support
i
Hello. I'm using the rudderstack pixel api: https://www.rudderstack.com/docs/api/pixel-api-spec/. I'm noticing that it's not sending a cache control for nocache. Is there a way to get the server to set that?
h
just add a random querystring param value to the end
i
Thanks. The way that api works is already sending 2 required querystring params. I could add a 3rd one but then it would still get cached.
h
not if you send &timestamp=bla each time
i
So i'm adding it to a github comment. The pixel would be added once. Timestamp would have to be hardcoded and that's causing it to cache.
h
You can always proxy it and add the headers you need, I agree it should have no store headers natively