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 created a device and I changed a desired property value and click SAVE. The value was [newtest2345] and changed to [newtest23456]
in the tab Network (developer tools) I have this (I replaced some text with )
I'm using Azure IOT explorer
here my I did :
I created a device and I changed a desired property value and click SAVE. The value was [newtest2345] and changed to [newtest23456]
in the tab Network (developer tools) I have this (I replaced some text with )
the request DataPlane:
the response
The workflow is :
IOT Explorer -> IotHub -> routing to Eventhub endpoint -> application using Azure Java SDK.
in my listener in Java, I received these headers
I don't know what should be the value, but utf-8 is certainly wrong
absolute-expiry-time":"utf-8"
here a screenshot of the data received
here my pom.xml
here the java class
The text was updated successfully, but these errors were encountered: