Skip to content

🐛 BUG:Unable to request Shopify sites after version 3.101.0 #8333

@LukePammant

Description

@LukePammant

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions