• Hello,

    I have the latest version of both, WooCommerce and WordPress and my website is slow so I started monitoring the website and I found out that there is a HTTP Request [GET] that gives the response of 403 Forbidden:

    wp_safe_remote_request()
    wp-includes/http.php:49
    WC_Helper_API::request()
    wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php:47
    WC_Helper_API::get()
    wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php:99
    WC_Helper::get_subscriptions()
    wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper.php:935
    WC_Helper_Updater::get_update_data()
    wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php:121
    WC_Helper_Updater::transient_update_plugins()
    wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php:31
    apply_filters(‘pre_set_site_transient_update_plugins’)
    wp-includes/plugin.php:203
    set_site_transient()
    wp-includes/option.php:1662
    wp_update_plugins()
    wp-includes/update.php:272
    _maybe_update_plugins()
    wp-includes/update.php:661
    do_action(‘admin_init’)
    wp-includes/plugin.php:453

    And it takes 0.3605 for Timeout. Any solution for that?

The topic ‘HTTP Request GET [forbidden]’ is closed to new replies.