Frage

Magento uses some sort of form key to send POST data. I want to send POST data to a controller in Magento and receive it. How do I do that?

War es hilfreich?

Lösung

Try Mage::getSingleton('core/session')->getFormKey() to get a valid form key.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top