Security for WebHandlers in PASOE

Posted by Simon L. Prinsloo on 13-Oct-2017 08:40

Good Day

Could anybody point me to some resources to learn how to incorporate security into a PASOE WebHandler?

I also want to know, if I use the scheme "/web/MyApp/MyProgram/{Parameter}", what is the proper way to get hold of the value of {Parameter} in the WebHandler?

Regards

Simon

Posted by Peter Judge on 13-Oct-2017 08:50

pRequest:GetPathParameter(‘param name’) and pRquest:PathParameterNames for the names. API doc at documentation.progress.com/.../OpenEdge.Web.IWebRequest.html
 
To secure the URI’s, look at the intercept-url security. IN 11.7.0+, it’s in oeablSecurity.csv in the webapp’s WEB-INF folder. Previously, in one of the xml files.
 
 

All Replies

Posted by Peter Judge on 13-Oct-2017 08:50

pRequest:GetPathParameter(‘param name’) and pRquest:PathParameterNames for the names. API doc at documentation.progress.com/.../OpenEdge.Web.IWebRequest.html
 
To secure the URI’s, look at the intercept-url security. IN 11.7.0+, it’s in oeablSecurity.csv in the webapp’s WEB-INF folder. Previously, in one of the xml files.
 

This thread is closed