Hi there!
We are trying to setup a reverse proxy from our application to some pages in unbounce, so for example: https://{{domain}} fetchs the content from https://get.{{domain}}/home/
We have been able to do that, but we have a problem with the links of the page. For example, this link:
https://get.{{domain}}/home/clkn/http/support.{{domain}}/legal-terms/privacy-policy
gets converted to
https://{{domain}}/home/clkn/http/support.{{domain}}/legal-terms/privacy-policy
and when doing the reverse proxy for that url, we are getting a 410 http error returned by unbounce.
Has anyone tried doing this?
Thanks in advance