Re: why apache Httpclient inside Plugin Fails?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: why apache Httpclient inside Plugin Fails?

Giuseppe De Marco
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.