How To Fetch A Worker From a Script On Localhost
I have my first worker deployed to workers.dev for testing (it works fine locally). I am sending a fetch request from a script inside a web page running on localhost, but the fetch is blocked due to CORS policy. Is it possible to configure the worker to accept this request during testing? If so, how? If not, how do I access my worker for testing?