Reverse Proxy directory override?
Posted: Tue Aug 15, 2017 12:34 pm
Reverse Proxy:
We have been successfully using an IIS reverse proxy to our IBM ProfoundUI applications.
https://URL and http://ibmI_name:8100/profoundui/start?pgm=.......
Our web master would like to change this so that the reverse proxy application no longer is at the root but within a specific directory.
https://URL would become https://URL/dirName
This change is not working for us. We believe that if we change the following code of /profoundui to be simply profoundui that it will work.
The following code appears just after our start.html and it appears to come from a program within profound library on the IBMI:
Is there any way to easily remove the slash in front of profoundui?
</html><!-- Start of Custom Tags -->
<link rel="stylesheet" type="text/css" href="/profoundui/userdata/custom/css/sb.css?mtime=20121030150922" >
<link rel="stylesheet" type="text/css" href="/profoundui/userdata/custom/css/sb_print.css?mtime=20121204150910" >
<script type="text/javascript" src="/profoundui/userdata/custom/js/custom_sb_web.js?mtime=20160825113746"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/js/settings.js?mtime=20160517141604"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/googlemaps.js?mtime=20140319100131"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/listbox.js?mtime=20101112144620"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/panel.js?mtime=20120103100117"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/styled_button.js?mtime=20101112144612"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/tabpanel.js?mtime=20120103163646"></script>
<!-- End of Custom Tags -->
We have been successfully using an IIS reverse proxy to our IBM ProfoundUI applications.
https://URL and http://ibmI_name:8100/profoundui/start?pgm=.......
Our web master would like to change this so that the reverse proxy application no longer is at the root but within a specific directory.
https://URL would become https://URL/dirName
This change is not working for us. We believe that if we change the following code of /profoundui to be simply profoundui that it will work.
The following code appears just after our start.html and it appears to come from a program within profound library on the IBMI:
Is there any way to easily remove the slash in front of profoundui?
</html><!-- Start of Custom Tags -->
<link rel="stylesheet" type="text/css" href="/profoundui/userdata/custom/css/sb.css?mtime=20121030150922" >
<link rel="stylesheet" type="text/css" href="/profoundui/userdata/custom/css/sb_print.css?mtime=20121204150910" >
<script type="text/javascript" src="/profoundui/userdata/custom/js/custom_sb_web.js?mtime=20160825113746"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/js/settings.js?mtime=20160517141604"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/googlemaps.js?mtime=20140319100131"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/listbox.js?mtime=20101112144620"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/panel.js?mtime=20120103100117"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/styled_button.js?mtime=20101112144612"></script>
<script type="text/javascript" src="/profoundui/userdata/custom/widgets/tabpanel.js?mtime=20120103163646"></script>
<!-- End of Custom Tags -->