The web proxy is displaying my intro page properly, however I cannot retrieve any POST data from my login form.
If I access the page locally (localhost), everything works fine. As soon as I submit the form using the web proxy address, the form is submitted without the data. I must be missing something simple here as it explicitly lists POST/GET support.
I hope I am missing something simple because this is an excellent application otherwise.