request to non stardard port on waf
Hello,
I have a customer webpage with outdated software that I'd like to put behind web application firewall.
My problem here is that the webpage is calling directly the couchdb engine located behind the same virtualhost, on a different port.
so when i load the http://customer.site I'm getting
http://customer.site:80 natted internally to websrv; apache on port 80
http://customer.site:1234 natted internally to websrv; couchdb on port 1234
if i offload the web application as https://customer.site on port 443 the webapp is not working anymore as the request to couchdb aren't forwarded anymore. is there a way to forward both requests (apache and couchdb) via web application firewall?
thanks