Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top