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
If the origin receives a request that it deems private, it should return a response that includes a Cache-Control: private header. The edge will then pass the response directly back and not cache it.
Assuming they're setting a flag that the backend responds to with a Cache-Control: private header, they should. We can have Chuck dump the output of some requests to confirm.
privacy flag should disable the 'geocoding.query' section as it may contain sensitive information such as the input query and the device position.
eg:
we also need to ensure that
privacy:true
requests do not get cached in the edge cache, @heffergm I think this is set up already?edit: the api should also return the
Cache-Control: private
header whenprivacy:true
is setThe text was updated successfully, but these errors were encountered: