Problem with different Profiles

Hi @TommyK

There is no problem with the geometry. This is encoded polyline format.
See e.g. Encoded polylines

Please check the request structure in the API Playground thoroughly.
You can let it generate a curl request for you with the current settings if you click the example code button. Then just replace https://api.openrouteservice.org/ with localhost:8080/ors/ and it should work.
In the request above, you are passing the profile to the POST endpoint as a query parameter and not as an url parameter.

For your app.config and ors setup issues maybe someone else can help.
Best regards