Hopefully a simple question.
Is it possible to use Cloudflare to proxy pass requests as you would in a normal reverse proxy webserver setup?
We have a subdomain that we'd like to rewrite all requests to another subdomain (not redirect).
We'd like requests to be rewritten as follows;
subdomain.example.com/login (IP 1.2.3.4) -> test-subdomain.example.com/login (IP 2.3.4.5)
With this in place the server at 2.3.4.5
(test-subdomain.example.com/login)
will be serving files to requests coming from subdomain.example.com/login
Is this possible with Cloudflare?