magento / magento2-upward-connector

Magento module for routing front-end requests to UPWARD-PHP
Open Software License 3.0
24 stars 27 forks source link

Add configurable allow-list for routes to pass through to Magento controllers #18

Closed zetlen closed 4 years ago

zetlen commented 4 years ago

Right now this module configures all areas except adminhtml to route through UPWARD-PHP. This needs to be expanded to an allow-list of other route patterns which bypass UPWARD-PHP and go to the Magento FrontController.

The general use case for this is any workflow or integration which expects to talk directly to Magento through a route that isn't:

This issue arose because of the ShipStation integration, which calls a callback URL in the Magento instance of the form https://{{secure_base_url}}/index.php/api/*.

Tasks:

zetlen commented 4 years ago

Fixed in #19