Re: want to convert Django REST APIs from http to https in production

2018-12-15 Thread Kasper Laudrup
Hi Jagadesh, On 15/12/2018 11.59, JAGADESH M wrote: Hi,    I am new to django when i run Django REST API by default it is showing *http://127.0.0.1* that's fine. But when i go deployment when i run APIs, even there it's running in insecure(http) only like *http://myproductionip *. so can

Re: want to convert Django REST APIs from http to https in production

2018-12-15 Thread swathi2801 Yadhav
please keep the screenshots the link is not working On Sat, Dec 15, 2018 at 4:29 PM JAGADESH M wrote: > Hi, >I am new to django when i run Django REST API by default it is > showing *http://127.0.0.1 * that's fine. But when i go > deployment when i run APIs, even there

want to convert Django REST APIs from http to https in production

2018-12-15 Thread JAGADESH M
Hi, I am new to django when i run Django REST API by default it is showing *http://127.0.0.1* that's fine. But when i go deployment when i run APIs, even there it's running in insecure(http) only like *http://myproductionip *. so can anyone help me to resolve this problem. thank you --