Login  Register

Re: why apache Httpclient inside Plugin Fails?

Posted by Giuseppe De Marco on Jan 27, 2011; 11:43am
URL: http://imagej.273.s1.nabble.com/Re-why-apache-Httpclient-inside-Plugin-Fails-tp3685896.html

Hi all,

I resolved my problem with the WebRobot Plugin.

I decoupled the imageJ, where the HttpClient Plugin (post method) works, from
the dinamic content of my MVT to a Production WebServer CGI (apache).

Probably, that matters, was caused by the django debug WSGI server, where I
debugged all but this.

When I'll implement the production server for dinamic content too I'll get
confirmation of this.