<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'iphone HTTP request'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 12:00:26 GMT</pubDate>
<item>
<title>aleks512 said on 12/15/10</title>
<link>http://snipplr.com/view/22599/iphone-http-request/</link>
<description><![CDATA[ Great post david, 
works great here, I had a small problem though, with the postBody, in my case I had to replace with something like this:

NSString *formData = [[NSString alloc] initWithFormat:@"", txtUsername.text, txtPass.text];

NSData *postData = [[NSString stringWithFormat:formData] dataUsingEncoding:NSUTF8StringEncoding];

in this way works perfectly fine,

Thanks,

Alex ]]></description>
<pubDate>Wed, 15 Dec 2010 21:36:31 GMT</pubDate>
<guid>http://snipplr.com/view/22599/iphone-http-request/</guid>
</item>
<item>
<title>DavidsCreek said on 11/29/10</title>
<link>http://snipplr.com/view/22599/iphone-http-request/</link>
<description><![CDATA[ How do you grab this post on you php page when it has no name? ]]></description>
<pubDate>Mon, 29 Nov 2010 09:22:38 GMT</pubDate>
<guid>http://snipplr.com/view/22599/iphone-http-request/</guid>
</item>
</channel>
</rss>