dalpiaze Posted May 8, 2012 Posted May 8, 2012 Hi, uniGUI uses Indy to controls http requests and manage the sessions. Is there a way to catch the Request event of Indy when the http request fired (before the section starts) ?? I would used this to catch when client starts page like "http://localhost:8888/specific_command" when client starts "specific_command" should NOT starts a session, but only do something in server (like write a record on a database) and closes de HTTP connection. Thanks. Quote
dionel1969 Posted May 8, 2012 Posted May 8, 2012 like "http://localhost:8888/server" command for showing server monitor. It is interesting to me too. Quote
leandroavila74 Posted May 8, 2012 Posted May 8, 2012 Hi, uniGUI uses Indy to controls http requests and manage the sessions. Is there a way to catch the Request event of Indy when the http request fired (before the section starts) ?? I would used this to catch when client starts page like "http://localhost:8888/specific_command" when client starts "specific_command" should NOT starts a session, but only do something in server (like write a record on a database) and closes de HTTP connection. Thanks. would be something like http answer the call before starting the engine unigui? Quote
dalpiaze Posted May 8, 2012 Author Posted May 8, 2012 would be something like http answer the call before starting the engine unigui? Yes, I want to catch the HTTP call before a uniGui session starts, because in specific commands I don't want to start a new uniGui session, but just do some procedure and return a HTTP response to the client. Quote
Administrators Farshad Mohajeri Posted May 8, 2012 Administrators Posted May 8, 2012 Feature request logged #1343 Quote
ldb68 Posted May 9, 2012 Posted May 9, 2012 like "http://localhost:8888/server" command for showing server monitor. It is interesting to me too. Me too Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.