0
simedbn created
Hi,
Because our projects it's developed to be live :p should we work with https from the beginning or it's not obligatory ?
3 Answer(s)
-
0
Hi @simedbn,
Nothing is mandatory on AspNet Zero side. You can work with http during development, I think there is no need to work with https on development.
-
0
Correct, you don't need Https during development and theoretically you don't need it in production if your site is purely read only (static). But once you start collecting information from visitors, and definitely if you are doing ecommerce, you should implement Https.
Not also that NOT having https could impact your SEO ranking. See for example [https://www.bluecorona.com/blog/https-and-seo]).
Greg
-
0
Hello,
Thank you for your feedback :D.
simed