RESOLVED: Webevent RDML Function Not Receiving Funcparms
Posted: Thu Oct 23, 2025 5:50 am
I have a really strange issue that I am hoping someone might have some thoughts on.
Our RDML webevent programs in our dev environment on port 443 only don't receive the funcparms value. However, in production they get passed through. So I created a different web server to run on a different port and that dev environment works. The only different is the port. I am really confused.
This URL results in SA_TXT256 NOT being passed into TEST404.
https://dev.mycompany.com/CGI-BIN/LANSA ... 2560):TEST
This URL results in SA_TXT256 being passed into TEST404. Only difference is the DNS and the port. Both are https.
https://dev2.mycompany.com:8082/CGI-BIN ... 2560):TEST
Any thoughts? I have checked the web admin and everything is the same.
Is there some Apache config that you can't see in http.conf that could be causing this?
Our RDML webevent programs in our dev environment on port 443 only don't receive the funcparms value. However, in production they get passed through. So I created a different web server to run on a different port and that dev environment works. The only different is the port. I am really confused.
This URL results in SA_TXT256 NOT being passed into TEST404.
https://dev.mycompany.com/CGI-BIN/LANSA ... 2560):TEST
This URL results in SA_TXT256 being passed into TEST404. Only difference is the DNS and the port. Both are https.
https://dev2.mycompany.com:8082/CGI-BIN ... 2560):TEST
Any thoughts? I have checked the web admin and everything is the same.
Is there some Apache config that you can't see in http.conf that could be causing this?