You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what are you trying to do:
I have a request header which limits the number of records returned from an API. I need to have Krakend pay attention to the Vary header.
To be on the safe side, I added Vary to the allowed headers.
Environment info:
Version: 2.6.0
Linux 6.7.7-1-MANJARO x86_64
Describe what are you trying to do:
I have a request header which limits the number of records returned from an API. I need to have Krakend pay attention to the Vary header.
To be on the safe side, I added
Vary
to the allowed headers.I sent my request with the following headers:
When I change the value of the maxpagesize, I still hit the same cache. To be on the safe side, I also tried:
According to MDN, the asterisk implies cache should not be returned.
The text was updated successfully, but these errors were encountered: