Re: [twsocket] HttpAppServer, how to alter client.path

2011-01-26 Thread Busai Péter
Ok, it is working now. Just some missing slashes in path caused trouble. Peter > I found "AddGetAllowedPath" in demo project. > Is that something to to do with this? > What is it doing? > Not much comment about it in the source. > > Peter > -- To unsubscribe or change your settings for TWSocket

Re: [twsocket] HttpAppServer, how to alter client.path

2011-01-26 Thread Busai Péter
I found "AddGetAllowedPath" in demo project. Is that something to to do with this? What is it doing? Not much comment about it in the source. Peter > Hi, > > I'm trying to create "nested" virtual document names like for example: > /Admin/Serverinfo > I created an URLHandler for that > HttpAppSrv.

[twsocket] HttpAppServer, how to alter client.path

2011-01-26 Thread Busai Péter
Hi, I'm trying to create "nested" virtual document names like for example: /Admin/Serverinfo I created an URLHandler for that HttpAppSrv.AddGetHandler('/Admin/ServerInfo', TUrlHandlerAdmin); Images for web page are contained in {docroot}/images directory In the template document I use relative pat