aws / aws-iot-device-sdk-js

SDK for connecting to AWS IoT from a device using JavaScript/Node.js
Apache License 2.0
965 stars 385 forks source link

Custom auth query #383

Closed bretambrose closed 3 years ago

bretambrose commented 3 years ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ecunado commented 1 year ago

@bretambrose @stijndepestel Is this way of passing custom auth parameters actually supported by the AWS IoT broker? I see the parameters in the query string but the SDK keeps on sending GET /mqtt requests in a loop and getting HTTP 101 Switching Protocols message.