Question

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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top