[Seaside] Processing http GET requests

Martin J.Laubach mjl at laubach.at
Wed May 25 10:15:04 CEST 2005


   Another thing I stumbled over recently -- is it possible to get 
Seaside to process arbitrary GET requests? Say I continuously get data 
updates by means of http-requests, so I would like Seaside to somehow 
hand me requests like

	http://blabla.bla.org/seaside/myapp?param1=foo&param2=bar

   so I can look at the parameters and do something useful, like 
updating my internal data model. Note that the application sending the 
requests is usually rather dumb, so doing a complicated Seaside session 
dance is out of the question -- I get requests like the above and 
that's it.

   I haven't found anything in this general direction in the Seaside 
docs, is this possible at all?

	mjl



More information about the Seaside mailing list