Using arguments in an NSURL...
Using arguments in an NSURL...
- Subject: Using arguments in an NSURL...
- From: Ryan robertson <email@hidden>
- Date: Fri, 21 Mar 2003 23:15:38 -0800
I'm using the NSURL initWithScheme initializer to create an NSURL. The
scheme and host are simple enough. The path however includes various
URL arguments (ie: "/login.html?name=ryan"). When I create the NSURL
object, all of the argument characters are escaped as the documentation
states they will be. Is there any way to disable this or to escape URL
argument characters (&, =, %) so that NSURL doesn't change them?
Thanks in advance...
Ryan
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.