Simple Content Storage Protocol

Hi,

I have an existing application that uses the ScSp protocol.

Can I use the http client plugin for communication ?

Addon : As far as i can see i can do a post and a get, but I am missing
the equivalent of the java code :

response.getHeader("Content-UUID");

Regards,

i dont get exactly how it works.

You do a post (you can then do addHeader()) and so on
But when the post is done (doPost method is called). The server where you posted it has given you some header values (return values?) that you then want to read in?

Where did you exactly get this:

response.getHeader(“Content-UUID”);

from? what kind of object is response? (that really sounds like HttpServletResponse… but that is not what the http client plugin is… HttpServletResponse is a server object, and the http client plugin is the browser…)

This is indeed currently not possible.

You can create a feature request for this.

Paul

Thanks paul,

will do that.

Regards,