You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working in an environment that requires getting huge distance matrixes from the table service.
The problem arises when we try to get the distance matrix of more than 750 nodes.
Adding 750 lat/lons into the URL makes it too big and we can't use standard libraries to fulfill our needs.
Currently, instead of making a typical GET request, we open a connection to the HTTP endpoint of the table service via TCP socket, and then we manually build our GET request. (Reference)
Feature request:
Add POST request handler to the table service as an accompaniment to GET request handler.
The text was updated successfully, but these errors were encountered:
thebitbrine
changed the title
Added POST request to table service
Add POST request to table service
Dec 15, 2020
thebitbrine
changed the title
Add POST request to table service
Add POST request handler to table service
Dec 15, 2020
I'm working in an environment that requires getting huge distance matrixes from the table service.
The problem arises when we try to get the distance matrix of more than 750 nodes.
Adding 750 lat/lons into the URL makes it too big and we can't use standard libraries to fulfill our needs.
Currently, instead of making a typical GET request, we open a connection to the HTTP endpoint of the table service via TCP socket, and then we manually build our GET request. (Reference)
Feature request:
Add POST request handler to the table service as an accompaniment to GET request handler.
The text was updated successfully, but these errors were encountered: