Re: NSURLRequest WebDAV Upload Problem
Re: NSURLRequest WebDAV Upload Problem
- Subject: Re: NSURLRequest WebDAV Upload Problem
- From: Alexander von Below <email@hidden>
- Date: Mon, 27 Jul 2009 18:56:19 +0200
Thanks for the hints.
Yes, I have checked the stream for validity and progress: Data is
actually being read to the end of the stream, so this does not appear
to be the issue.
Let me ask a stupid question: Can I read https data with tcpflow or
Wireshark? Currently, I seem to be too unexperienced to do that
Thanks
Alex
Am 27.07.2009 um 18:40 schrieb Jens Alfke:
I don't have specific ideas, but have you tried troubleshooting by
sniffing the HTTP/DAV traffic generated by the request? I generally
use the 'tcpflow' command for this (not built-in, but you can
install it with macports). This is obviously easier to do with the
iPhone simulator than the actual device. This has been a huge help
to me in debugging a lot of weird HTTP-related issues.
Also, have you tried experimentally modifying your code to read from
the input stream directly, just to check that the stream itself is
hooked up properly?
—Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden