문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top