muslax
CDCloudflare Developers
•Created by muslax on 3/8/2023 in #workers-help
How to import XML file as js module in Workers? Is it possible?
My data is scattered in more than 100 XML files, and converting them to JSON is definitely tedious. Will be sweet if I can just import them and then utilize them using xml processors.
5 replies
CDCloudflare Developers
•Created by muslax on 1/25/2023 in #workers-help
Cannot POST to worker service
My worker A (using Hono) has GET and POST endpoint like so:
In my worker B the code below successfully connect to worker A:
But when B tries to talk to A using POST:
it always error:
8 replies