DrKrall
Explore posts from serversRRefine
•Created by passive-yellow on 6/27/2023 in #ask-any-question
useLogin is loading 4ever.... plz help
It works fine now! Many thanks!!
13 replies
RRefine
•Created by conscious-sapphire on 6/27/2023 in #ask-any-question
useLogin is loading 4ever.... plz help
I upgraded Chrome and now it works with Chrome as well 🙂
13 replies
RRefine
•Created by genetic-orange on 6/27/2023 in #ask-any-question
useLogin is loading 4ever.... plz help
I tried Safari and it actually works fine so the issue must be related to Chrome
13 replies
RRefine
•Created by foreign-sapphire on 6/27/2023 in #ask-any-question
useLogin is loading 4ever.... plz help
Nope, I have not changed anything in the code.
13 replies
CDCloudflare Developers
•Created by DrKrall on 5/11/2023 in #workers-help
Can you transform JSON async (like you can with HTMLRewriter)?
I'll give it a try
9 replies
CDCloudflare Developers
•Created by DrKrall on 5/11/2023 in #workers-help
Can you transform JSON async (like you can with HTMLRewriter)?
Just found this https://workers.tools/json-stream/
9 replies
CDCloudflare Developers
•Created by DrKrall on 5/11/2023 in #workers-help
Can you transform JSON async (like you can with HTMLRewriter)?
Ok, but I was hoping to find something I can use out of the box 🙂
9 replies
CDCloudflare Developers
•Created by DrKrall on 5/11/2023 in #workers-help
Can you transform JSON async (like you can with HTMLRewriter)?
Thanks! Any pointers where I can find such package?
9 replies
CDCloudflare Developers
•Created by DrKrall on 5/9/2023 in #workers-help
302 Redirect headers are missing
Many thanks James! You saved my day 🙂
13 replies
CDCloudflare Developers
•Created by DrKrall on 5/9/2023 in #workers-help
302 Redirect headers are missing
Thanks! It worked with Object.fromEntries(res.headers.entries()), but console.log("Headers", JSON.stringify(res.headers.entries())) contains nothing
13 replies
CDCloudflare Developers
•Created by DrKrall on 5/9/2023 in #workers-help
302 Redirect headers are missing
I think there is a limitation / restriction with fetch and response code 302. Is there any workaround?
13 replies
CDCloudflare Developers
•Created by DrKrall on 5/9/2023 in #workers-help
302 Redirect headers are missing
I agree, but they are. The 302 response object only contains following properties.
{"body":{},"bodyUsed":false,"headers":{},"url":"http://localhost:3000/", "redirected":false,"ok":false,"statusText":"Found","status":302}
13 replies