Replies: 3 comments
-
@FalekPRO Can you please share the code that you are using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
` cloudfront.getDistributionConfig(params, function(err, data) { |
Beta Was this translation helpful? Give feedback.
0 replies
-
@FalekPRO Apologies lost track of this issue, is it still a persisting issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a test script which runs the method CloudFront.getDistributionConfig:
CloudFront.getDistributionConfig(id, function (err, data) { })
But on the response data, the ETag entry is missing, only the DistributionConfig entry is returned.
If I run this code on Node, then the ETag entry is correctly returned, but when running on the client (on browser) it doesn't.
It's necessary a configuration on the Distribution to allow returning ETag to client that I'm not aware of?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions