jordenc / image.grabber

Image Grabber for Homey
0 stars 4 forks source link

Added support for webcams that respond with invalid http-headers (HPE_INVALID_HEADER_TOKEN) #20

Closed timkouters closed 4 years ago

timkouters commented 4 years ago

Hi,

I found out the node-js is actively checking the http-response headers. My WANSCAM webcam does not respond with a proper header and therefore is not support by version 0.1.5 of this app. By this fix it does work.

Kind regards, Tim

jordenc commented 4 years ago

Thanks, I will update it!