On OSRM I try to match 500 locations by url, but get the error below:
Request-URI Too Long
The requested URL's length exceeds the capacity limit for this server.
Apache/2.4.52 (Ubuntu) Server at 127.0.1.1 Port 80
On OSRM I try to match 500 locations by url, but get the error below:
Request-URI Too Long
The requested URL's length exceeds the capacity limit for this server.
Apache/2.4.52 (Ubuntu) Server at 127.0.1.1 Port 80
You can try POST requests instead of GET, that should work according to this issue:
https://github.com/Project-OSRM/osrm-backend/issues/1293
If you are hosting the OSRM instance yourself, you can also increase the limit in Apache by increasing the configs:
LimitRequestLine 10000
LimitRequestFieldSize 4000