Hello,

We need one of the components in our product to be
able to access Slide via regular HTTP.  If I understand it
right then a simple HTTP GET (with proper authentication)
should do it.

But it is very important for us (performance wise) to be able
to avoid re-getting the file if it wasn't modified
since the previous fetch.

In HTTP there is an "If-Modified-Since" modifier to GET requests,
would Slide function as expected for such a request?  If not then
what would be the simplest way to achieve the same effect?  Will
we have to resort to a full-fledged WebDAV client? (this particular
component is written in C++, so we can't use Slide's client code).

Thanks,

--Amos

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to