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.