I have multiple routes in my fabio routing tables with many services and a UI application. I can see fabio is forwarding the request correctly in the case of services but in the case of UI application the request is getting forwarded but all the resources of the web site is not getting downloaded.
Sample routing table
/myservice http://xxxx.xxx.com strip=/myservice
/uiapp http://yyy.yyy.com strip=/uiapp
In the case of uiapp I can see the index.html of the web application is hit bu the resources refered in the file are not getting downloaded.
For example
All the href links are broken.
Any help on this issues is highly appreciated.
I have multiple routes in my fabio routing tables with many services and a UI application. I can see fabio is forwarding the request correctly in the case of services but in the case of UI application the request is getting forwarded but all the resources of the web site is not getting downloaded.
Sample routing table
/myservice http://xxxx.xxx.com strip=/myservice
/uiapp http://yyy.yyy.com strip=/uiapp
In the case of uiapp I can see the index.html of the web application is hit bu the resources refered in the file are not getting downloaded.
For example
All the href links are broken.Any help on this issues is highly appreciated.