Simple url_rewrite for base url rewrite to default location not working

Hi @Markus_Guenther

Welcome to the community :smiley:

For matching, the path in the URL rewrite is combined with the API’s listen_path. With the current config, requests with the URL http://localhost:8080/myApp/myApp will trigger the rewrite.

Modifying the path to empty "" should achieve the desired behaviour. Similar was discussed here, which may be useful for additional context.

Please let us know if this works for you.