Jump to content

Catch Indy Request


dalpiaze

Recommended Posts

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...