Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

interface='' implies that the server is open to any computer that can connect to the computer on which it is running. secure=False means that all the communication between the browser and the server happen in plain text. So, if you want encrypted connection, then enable secure=True.