-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as duplicate of#7835
Closed as duplicate of#7835
Copy link
Labels
bugSomething that isn't workingSomething that isn't working
Description
Which Cloudflare product(s) does this pertain to?
Workers Runtime, Wrangler
What versions are you using?
3.111.0 [Wrangler]
What operating system and version are you using?
Windows 11 WSL Ubuntu
Please provide a link to a minimal reproduction
No response
Describe the Bug
After wrangler v3.101.0 I'm unable to fetch any Shopify site.
The follow code works on v3.100.0 but not on any versions after (including the latest).
export default {
async fetch(request, env, ctx): Promise<Response> {
return fetch('https://www.allbirds.com/') // This is well known Shopify site
},
} satisfies ExportedHandler<Env>;Please provide any relevant error logs
I receive a 403 along with the following error in the HTML body when trying to fetch a Shopify site:
This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething that isn't workingSomething that isn't working
Type
Projects
Status
Done