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 -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -