<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Comments for : Basic Authentication with a  NSURLRequest in Cocoa Touch</title>
    <link>http://www.chrisumbel.com/article/basic_authentication_iphone_cocoa_touch</link>
    <description>Comments about Basic Authentication with a  NSURLRequest in Cocoa Touch from the blog of Chris Umbel, software developer and database administrator.</description>
    <pubDate>2010-01-24 13:01:00 UTC</pubDate>
    <item>
      <title>Comment by: chrisumbel on 2010-09-04 22:59:44 UTC</title>
      <link>http://www.chrisumbel.com/article/basic_authentication_iphone_cocoa_touch#comment_4c82cf6075fd7f798c00000b</link>
      <description>ah, thanks for pointing those out.  i've updated both sections of code to address the issues you pointed out.</description>
      <guid>http://www.chrisumbel.com/article/basic_authentication_iphone_cocoa_touch#comment_4c82cf6075fd7f798c00000b</guid>
      <pubDate>2010-09-04T22:59:44+00:00</pubDate>
    </item>
    <item>
      <title>Comment by: Muhammad Usman Aleem on 2010-09-04 22:59:00 UTC</title>
      <link>http://www.chrisumbel.com/article/basic_authentication_iphone_cocoa_touch#comment_4c82cf3475fd7f798c000009</link>
      <description>i tried this but there are some issues in code.
first one which one i resolved is
NSString userName = @\"scott\";  
NSString password = @\"tiger\";
userName and password are pointer type so \"*\" is missing. 2nd which i was unable to resolve is in Base64 outputBuffer is undeclared and use first time in this function. so please tell me how to resolve this problem. </description>
      <guid>http://www.chrisumbel.com/article/basic_authentication_iphone_cocoa_touch#comment_4c82cf3475fd7f798c000009</guid>
      <pubDate>2010-09-04T22:59:00+00:00</pubDate>
    </item>
  </channel>
</rss>
