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 %23. 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com