Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AITpro

    (@aitpro)

    There are older forum topics that have fixes for WooCommerce and specifically Worldpay, but they are no longer valid and do not work anymore because several things have changed in WooCommerce since those older forum topics were posted/created. So the solution below works to fix/resolve every single possible WooCommerce issue that there is. So do the steps below to fix/resolve the WooCommerce Worldpay issue.

    https://forum.ait-pro.com/forums/topic/woocommerce-read-me-first/

    Problem: Creating a WooCommerce skip/bypass for the shop or cart or wishlist or checkout folder no longer works anymore.
    Solution: Unfortunately the entire block of BPS Query String Exploit code needs to be modified and added to BPS Custom Code.

    1. Copy the modified BPS Query String Exploits code below to this BPS Root Custom Code text box: CUSTOM CODE BPSQSE BPS QUERY STRING EXPLOITS
    2. Click the Save Root Custom Code button.
    3. Go to the Security Modes page, click the Create secure.htaccess File AutoMagic button, select the Activate Root Folder BulletProof Mode Radio button and click the Activate|Deactivate button.

    # BEGIN BPSQSE BPS QUERY STRING EXPLOITS
    # The libwww-perl User Agent is forbidden - Many bad bots use libwww-perl modules, but some good bots use it too.
    # Good sites such as W3C use it for their W3C-LinkChecker.
    # Use BPS Custom Code to add or remove user agents temporarily or permanently from the
    # User Agent filters directly below or to modify/edit/change any of the other security code rules below.
    RewriteCond %{QUERY_STRING} (sp_executesql) [NC]
    RewriteRule ^(.*)$ - [F]
    # END BPSQSE BPS QUERY STRING EXPLOITS
    Thread Starter newvisionmedia

    (@newvisionmedia)

    You are a legend!

    Thank you so much. I just followed your suggestions and everything is working perfectly on the website now:

    Autohaus VW Campervan Conversions

    Many, MANY Thanks
    Jamie

    Plugin Author AITpro

    (@aitpro)

    Yeah a Legend in my own mind. ha ha ha. Glad you got everything working and thanks for confirming all is ok. ??

    Plugin Author AITpro

    (@aitpro)

    A newer better whitelisting method for WooCommerce has been created. See the new whitelisting rules/code here: https://forum.ait-pro.com/forums/topic/woocommerce-read-me-first/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Worldpay Callback Request Blocked’ is closed to new replies.