objective c - Remove port from NSURL -


how can 1 normalise nsurl, removing port in particular? http://en.wikipedia.org/wiki/url_normalization

you can write code perform normalisation. nsurl may you, don't think it's documented so.

removing port number won't work towards normalisation, can it.

in both cases nsurlcomponents deconstructing url , allowing interact each of components parts, removing or modifying see fit.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -