Search found 1 match

by micaiahwallace
2017-11-22 18:47
Forum: Feature requests
Topic: UVNC Repeater (UNIX version) Event Interface HTTP fixes
Replies: 0
Views: 11217

UVNC Repeater (UNIX version) Event Interface HTTP fixes

There is an issue with HTTP interface when the event listener submits a GET request using the (usehttp=true) option.

The fix was to change the lines in "repeaterevents.cpp" from:

GET /? EvMsgVer=... HTTP/1.0\n

to:

GET /?EvMsgVer=... HTTP/1.0\n\n

There shouldn't be a space between the ? and ...