We are trying to process more than 150 waypoints in single request using HERE API routematch and it is failing due to size of the waypoints that is getting passed at single time with error 414.
Is there way we can handle waypoints more than 150 in a single request?
Yes, it is possible using POST request see please example on https://tcs.ext.here.com/examples/v3.1/rme_basic
Like this bash cUrl request:
You tried to utilized GET request but there is limitation on length of string of URL.