Page 1 of 1

CHttpRequest

Posted: 06 Oct 2013, 15:32
by R4PH1
Hello all!

After long time of searching all different documentations like
Konte.org, Maniascript.team-devota, google (but google isn´t really helpful for maniascript relatet topics) and this forum. I think I am allowed to ask.
(I know there are other topics in this forum about CHttpRequest, and they said it was a Bug and it would be fixed in January 2013)

How is it possible to generate a POST request to a Webserver out of a Editorplugin? I tried nearly everything to include the CHttpManager "Class" into a Plugin but everything I tried, didn´t worked for me.

So how can I execute the function with return type CHttpRequest?

Code: Select all

CHttpRequest 	CreatePost (Text Url, Text Resource)
#
Between I am not new to programming.

Re: CHttpRequest

Posted: 06 Oct 2013, 23:35
by steeffeen
did you try to use a manialink script? it has access to the http manager
it might not be a great solution but it should be possible