Correct way to specify anchors with NSURL?
Correct way to specify anchors with NSURL?
- Subject: Correct way to specify anchors with NSURL?
- From: Graham Cox <email@hidden>
- Date: Thu, 21 Apr 2016 12:59:30 +1000
Hi all,
I’m building a URL from parts, which may include anchors.
When I do this:
url = [myURL URLByAppendingPathComponent:@“page#anchor”];
I get a URL which has replaced the # with #. That may be correct as such, but when it’s used to load the actual page, it results in a 404. If I type the same URL directly in using a typed # character, it resolves correctly.
What’s the correct way to append an anchor to a URL?
—Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden