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 using react/http on my local server which is creating server to interact with HomeKit. And the latest version break parsing incoming request because of host name.
Data which are sent by HomeKit to my server may look like this:
I'm using react/http on my local server which is creating server to interact with HomeKit. And the latest version break parsing incoming request because of host name.
Data which are sent by HomeKit to my server may look like this:
And this data are taken by
RequestHeaderParser
to parse ->ServerRequest
->new Uri
and here it crashes:because the uri is:
http://HomeKit\032Integration\0322509EB._hap._tcp.local/pair-verify
The text was updated successfully, but these errors were encountered: