ssl - Self Hosted WCF, what URL should I use? -


when host self hosted wcf, define url in code. there best practice that?

we first had like, 'http://localhost:8085/bla' did not work https, because of ssl certificates. came using full qualified host-name, instead of localhost. , worked now. i'm thinking hosting service in cloud 1 day? ok take full qualified host-name there? or there other best practice? or missing something?