Parameter strings in URLs
Parameter strings in URLs
- Subject: Parameter strings in URLs
- From: Ken Tozier <email@hidden>
- Date: Sun, 7 Mar 2004 14:17:03 -0500
I'm writing a category for "NSURLRequest" as part of a WebView policy
delegate to handle parameter strings in <a href="..."> tags but am
having some difficulty interpreting the RFC 1808 spec mentioned in the
documentation. Could someone give a few examples of how to tack on
parameters to a URL?
My best interpretation of the RFC 1808 spec would yield something like:
<a href="
http://bla/bla/bla;key1="bobo";key2="ned";key3="gwen"?<some
query here>>
Is that right? If so, why can't i extract these parameters using:
NSString *test = [[someURLRequest URL] parameterString];
Thanks
Ken
_______________________________________________
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.