HTTP Post

On 27/06/2014 at 06:06, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   R15 
Platform:   Windows  ;   
Language(s) :

---------
Sorry, I know this is not the appropriate place for this but I need to ask anyway.

Is there a simple way to do an http post from the C4D plugin project or do I need to create a .dll to do a call into managed code?

Ama

On 27/06/2014 at 06:12, xxxxxxxx wrote:

There is no facility to do HTTP operations from the Cinema SDK. The best solution is use a third-party library such as Chilkat (http://www.chilkatsoft.com/) which is commercial and very easy to use, or libcurl (http://curl.haxx.se/libcurl/) which is free but not the easiest to use (IMO).