u0
CDCloudflare Developers
•Created by u0 on 6/23/2023 in #workers-help
KV stored text not handling full width quotation?"becomes "
Hi team, I'm trying to use KV to persist some data containing full width quotations.
I am saving text, example:
"blade"
which appears as expected in the Cloudflare KV dashboard.
However, when I retrieve this text from my env KV binding in my worker, the result looks like "blade"
. I've tried changing the get type between text and arraybuffer (using TextDecode) to decode this afterwards but this issue still occurs.
Any help would be appreciated, thanks!1 replies
CDCloudflare Developers
•Created by u0 on 12/30/2022 in #workers-help
fetch https 127.0.0.1 throws pages err
I have a pages function that is making a fetch request :
My localhost https server certs were installed using https://github.com/FiloSottile/mkcert
I have verified that the server is working using firefox, chrome, and curl.
How can I get my pages function to recognize these certificates?
11 replies