Skip to content

Commit

Permalink
Mention the CORS origin we use
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Dec 6, 2024
1 parent d2fa2fc commit 570e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shorturl-s3-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In the "Configuration" tab, go to the "Function URL" section and click on Edit:

* Auth type should be NONE
* "Configure cross-origin resource sharing" should be enabled:
* Origin can be left as "*", or limited to specific domains
* Origin can be left as "*", or limited to specific origins (e.g. `https://eclipse.dev`)
* Expose headers should have:
* content-type
* access-control-allow-origin
Expand Down

0 comments on commit 570e7bd

Please sign in to comment.