Question:
Hi there,
I'm trying to send a PUT request to a server and in this request I have to send my authentication data as well. It is described here:
http://www.dropbox.com/developers/core/api#chunked-upload
If i set the verb in CkHttpRequest to anything other than GET, the authentication data move from the URL to the header. Any ideas what to do here.
Thanks in advance,
David
Please provide a short snippet of code that shows how you are trying to do it using a PUT.