What query parameters does Remix send? #2146
-
I want to implement caching in CloudFront based upon only those query parameters I know will alter the response. This is so that things like Google Analytics query parameters don't result in cache misses, and also to prevent malicious bypassing of the cache by including random query parameters. I know the names of query parameters which my application makes use of directly but need to know what query parameters Remix might send so that I can include them in the cache key. I have noticed that when calling loaders and actions a Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Only |
Beta Was this translation helpful? Give feedback.
-
Stop messaging me
…On Sun, Feb 27, 2022 at 22:44 Sergio Xalambrí ***@***.***> wrote:
Only ?_date for data requests, the rest are your own or some library you
may use.
—
Reply to this email directly, view it on GitHub
<#2146 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVWFUF3A4XZYCB3KUIXU4N3U5KLNXANCNFSM5PO2UZQA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Only
?_date
for data requests, the rest are your own or some library you may use.