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.
Hey! Thanks for the interest, this is something we would love to implement :) We're currently targeting Q4 for this feature. I'm going to close this issue because it is a duplicate of #351. If you'd like to keep up with the work for this, please subscribe to that issue. When a PR is opened, we'll link to it from there.
Overview and problem statement
Currently there's no option to specify URL path for wrangler preview (that I could find)
Say, we have this route installed for Worker script:
www.example.com/api/*
.I want preview to handle request to
www.example.com/api/create_user
Basic example
wrangler preview post /api/create_user "user_id=123&name=abc"
The text was updated successfully, but these errors were encountered: