My site runs the WooCommerce Social Login plugin and we are having some issues with signing in with our social providers and the current caching configuration. The developers of the plugin have asked us to place a cache exception for the /wc-api/ endpoint and the wc-api query argument, along with ensuring that wp_woocommerce_session*
cookies are not cached.
I figured out how to add a Page Rule for the /wc-api/ endpoint but how do I create a Page Rule which would capture any URL path that includes the wc-api query argument?