I
Irfan
Guest
Hi, If you are using WebHandlers then they can determine if the request is of HTTP type GET or POST and execute HTTPGet or HTTPPost methods. All you have to do is write your own logic inside Get and Post metods in WebHandlers. METHOD OVERRIDE PROTECTED INTEGER HandleGet( INPUT poRequest AS OpenEdge.Web.IWebRequest ): END METHOD. METHOD OVERRIDE PROTECTED INTEGER HandlePost( INPUT poRequest AS OpenEdge.Web.IWebRequest ): END METHOD.
Continue reading...
Continue reading...