If I make an NSString using the code below, do I need to need to release someString?
NSString *someString = @\"somestring\";
So, please check what Apple does under the section "Insert Data Using a POST Request" at the following link:
I see a [urlString release];, why?
[urlString release];