I need to set up a screen that users can access without logging in. This screen would use data transactions (dme) to display non-confidential information. I am trying to figure out a way to pass in a hard coded user id and password (this would be the same user/password for everyone that accesses the screen) then perform the data transaction. Does anyone know of a way to do this?
I have tried using jsp and the lhc.jar but am running into a “HTTP Error 405 - The HTTP verb used to access this page is not allowed” error that I have not been able to resolve. Also, I’m thinking this is mainly for an external app (mine doesn’t need to be) so I am thinking there may be a better way?
Any help is appreciated.