chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

prefs: host with or without http:// #832

Open kaligrafy opened 6 months ago

kaligrafy commented 6 months ago

json2Capnp config needs that http:// be there at the begining of the host name except if localhost. However, OSRM will add http, so if you put http:// in the host config, it will be there twice in the request, thus failing. We must specify if http/https:// is required or not in the host config and be consistent.