I'm trying to setup Webshell in one of my Django Password protected pages.
Webshell is a python script which starts its own server and your designated
port it displays a shell on ava enabled web browser that connect to
localhost. It tests good when i display it with an Iframe

<iframe src ="http://webshellurl.net:9881"; width="100%" height="300">
</iframe>

But i would like to set it up so that you have to be logged into my django
app to view it. I can start the webshell on the localhost interface, but
that wouldn't work with an Iframe tag. Is there a django way to connect the
server and display the contents on my django protected page?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to