Azure / pcs-remote-monitoring-webui

Azure IoT PCS Remote Monitoring Web UI
MIT License
54 stars 72 forks source link

Use POST Request for long queries #1178

Closed molly-moen closed 5 years ago

molly-moen commented 5 years ago

Type of change?

Description, Context, Motivation

Telemetry get request urls can be longer than 2048 characters if have many devices. Send a POST request instead for these types of queries. Also remove devices from iot hub manager jobs query, as jobs cannot be filtered on devices and this query failed if the url got too long. Related to this issue: https://github.com/Azure/azure-iot-pcs-remote-monitoring-dotnet/issues/108

Checklist:


This change is Reviewable