[Solved] Post Requests
Posted: 21 Jun 2013, 15:58
hey there,
i'm wondering if it's possible to post data with maniascript?
i know it's possible to set the url tag of controls with url="POST(manialink?nope)" but i would like to open a link via maniascript with data attached via POSTdoesn't work 
the opened url keeps being manialink?nope and not only manialink
thanks in advance!
i'm wondering if it's possible to post data with maniascript?
i know it's possible to set the url tag of controls with url="POST(manialink?nope)" but i would like to open a link via maniascript with data attached via POST
Code: Select all
OpenLink("POST(manialink?nope)", CMlScript::LinkType::Goto);

the opened url keeps being manialink?nope and not only manialink
thanks in advance!