• I’m seeing some denied api requests from WooCommerce. I’m trying to google the namespace I should use for WooCommerce but can’t find it anywhere.

    What namespace do I use in the WpCerber settings to allow WooCommerce?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think i have the same problem. My woocommerce dashboard doesn’t show anything because Cerberus blocks the links like …index.php?rest_route…
    When i disable cerberus everything works fine.
    How can i solve this?
    Thanks.

    Plugin Author gioni

    (@gioni)

    There is no consistency in WooCommerce REST API namespaces so I recommend adding proper user roles to the list of roles permitted to use REST API. See “Allow REST API for these roles” in the Hardening settings.

    @rmart1n

    Hello Gregory,

    I have a few woocommerce sites. Are you saying there is no consistency in their namespaces? The sites I have do show “wc/v1”, “wc/v2″,”wc/v3” for WOO REST APIs.
    I’ve disabled REST API in the hardening section and then added wc/v3 as an allowable namespace, but I am unable to access.. Any ideas?

    Our namespaces according to /wp-json/

    “namespaces”: [
    “oembed/1.0”,
    “2fa/v1”,
    “contact-form-7/v1”,
    “yoast/v1”,
    “mc4wp/v1”,
    “wc/store”,
    “wc-analytics”,
    “wc-admin”,
    “testwp”,
    “elementor/v1”,
    “wc/v1”,
    “wc/v2”,
    “wc/v3”,
    “wccom-site/v1”,
    “wp/v2”
    ],

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce rest-api’ is closed to new replies.