Re: NSURLConnection substitutes characters?
Re: NSURLConnection substitutes characters?
- Subject: Re: NSURLConnection substitutes characters?
- From: Bill Bumgarner <email@hidden>
- Date: Sat, 12 Jul 2008 19:24:53 -0700
On Jul 12, 2008, at 7:17 PM, email@hidden wrote:
I don't know if this is a Cocoa problem or a PHP problem but does
anyone know if or why Cocoa would do this conversion? If it is a
Cocoa "feature" how would I make it preserve the data exactly as
it's given?
The first thing I'd do is usage a packet sniffer to grab the data on
the wire just to verify whether or not the conversion is happening on
the client or server side. By the time PHP sees it, there is a bunch
of intervening machinery that could be mucking with it server side.
tcpflow + httpflow works well.
This, at least, will confirm the problem is on one side or the other.
b.bum
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden