You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
This issue is meant to be a summary of everything associated with this milestone - for more detailed information, please look at the issues and PRs listed there.
The overarching goal is to create a "local" development environment for Workers that only requires an Internet connection. Expose the server on a configurable IP and port, and take care of uploading the script to the preview service and sending the necessary authentication headers.
This feature will proxy requests to rawhttp.cloudflareworkers.com and future work will be built on top of how this service is currently implemented.
The proxy will need to mimic what the UI does:
Send the same path to execute the worker to the preview endpoint
Send the same HTTP method to execute the worker to the preview endpoint
Unfortunately, for now, the absence of a clean and workable local development story with Cloudflare Workers is preventing me from using it. Even though not actively maintained, I tried getting a workable story together with https://github.com/dollarshaveclub/cloudworker and it nearly got me there, but it not supporting cookie headers (dollarshaveclub/cloudworker#121) is a show stopper. Does anyone have a workable approach for this (a clean and sensible local development story with Cloudflare Workers)?
Something like Netlify Dev for Cloudflare Workers would be sweet.
This issue is meant to be a summary of everything associated with this milestone - for more detailed information, please look at the issues and PRs listed there.
The overarching goal is to create a "local" development environment for Workers that only requires an Internet connection. Expose the server on a configurable IP and port, and take care of uploading the script to the preview service and sending the necessary authentication headers.
This feature will proxy requests to rawhttp.cloudflareworkers.com and future work will be built on top of how this service is currently implemented.
The proxy will need to mimic what the UI does:
cf-ew-
to all request headers [dev] add cf-ew headers to request #873cf-ew-
from response headers [dev] strip cf-ew headers on response #872The proxy will depend on the following endpoints:
The text was updated successfully, but these errors were encountered: