Last active
July 11, 2024 13:17
-
-
Save darbelaez/d5b802a8f0600076a3f19fc0161a367e to your computer and use it in GitHub Desktop.
AWS Signed Cookie from Signed URL cross domain
Thanks, got it working with the signed URL with custom policy. After doing it, it became clear how the custom policy is used by the signed cookies.
Thanks, got it working with the signed URL with custom policy. After doing it, it became clear how the custom policy is used by the signed cookies.
Yes! forgot to mention that - i was using a Custom policy - did not try it with a Canned policy but i'm it can be made to work with one with some minor modification. Glad to hear it's working for you.
How does this work for SPA applications?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@darbelaez Thank you for the info. Did the setup but it seems the script expects a signed URL with a custom policy. Is this a requirement or can this work with a canned policy too?