Non-documented difference between handle & route?

From my understanding, I don’t see any difference between the following two configurations. They should both act the same. However, the route version seem to have a different path when querying the reverse proxy.
I feel like I overlooked something but i’m not sure what.

Thank you in advance for your eventual answer :slight_smile: !

It is documented:

See the “similar directives” section which explain the differences.

Also, handle, handle_path, and route are all different, I notice your config uses handle_path, which manipulates the request path internally.

Thank you for your replies.
My issue was with the directive order. By placing the rewrite before the uri striping directive, I managed to get the same behavious as handle_path.

You might find this wiki article helpful:

This topic was automatically closed after 30 days. New replies are no longer allowed.