AngusMa
CDCloudflare Developers
•Created by AngusMa on 8/3/2024 in #workers-help
Embedding worker in Notion
I forgot how to mark this as “Solved“
5 replies
CDCloudflare Developers
•Created by AngusMa on 8/3/2024 in #workers-help
Embedding worker in Notion
I think meta tags are not that important, the key is
Content-Type
header.
Once I set the Content-Type
header to text/html
, the worker can be loaded correctly in Notion.5 replies
CDCloudflare Developers
•Created by AngusMa on 8/3/2024 in #workers-help
Embedding worker in Notion
So I have to add og tags? I will try it later.
5 replies
CDCloudflare Developers
•Created by Discor on 8/2/2024 in #workers-help
Is it possible to store data temporary to use it in between workers?
I also think KV is a good solution, you can set a expiration for a key to make it temporary.
https://developers.cloudflare.com/kv/api/write-key-value-pairs/#expiring-keys
3 replies