Re: Setting the port of an NSURL

2009-12-15 Thread Nick Zitzmann
On Dec 15, 2009, at 2:42 PM, Development wrote: > I need to send a post request to a URL but I need it sent to a port other > than the standard 80, 8080 etc. How can I set the port that an NSURLRequest > or URL is on? [NSURL URLWithString:@"http://www.example.com:/path/to/something/";] and

Setting the port of an NSURL

2009-12-15 Thread Development
I need to send a post request to a URL but I need it sent to a port other than the standard 80, 8080 etc. How can I set the port that an NSURLRequest or URL is on? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin reques