Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top