Hi,
I want to display for my users data from a whole different URL, not by redirecting them to there but just to display the data.
For that, I am trying to use
http-request set-uri https://images.domain.com%[path]?%[query]
but I keep getting error 503 - Service Unavailable.
I know that the rest of the code works because when I use
http-request redirect location https://images.domain.com%[path]?%[query]
it works.
Why does the
http-request set-uri https://images.domain.com%[path]?%[query]
fails?
Thank you!