Archived Forum Post

Index of archived forum posts

Question:

Send PUT request with authentication

Mar 06 '13 at 08:02

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


Answer

Please provide a short snippet of code that shows how you are trying to do it using a PUT.