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
I'm not sure what exactly in Miniflare or Images is causing this. It works perfectly fine if deployed. Seems some headers are just not being stripped properly and CF denies that.
Miniflare version: 2.0.0-rc.1
The text was updated successfully, but these errors were encountered:
When calling
fetch
withRequest
or even an object with theRequest
headers ({ heders: request.headers }
) returns a 403 on Images.Running this code with Miniflare works as intended. It will fetch the image perfectly fine.
Running this code... returns a 403
I'm not sure what exactly in Miniflare or Images is causing this. It works perfectly fine if deployed. Seems some headers are just not being stripped properly and CF denies that.
Miniflare version: 2.0.0-rc.1
The text was updated successfully, but these errors were encountered: