When I deploy my application, certain urls have to be https.
How can I develop locally and deploy, while being able to support urls that have https?
Is the only way wrapping the url with a function, that determines if you are local or live?
(this is a .net mvc app)