willow
willow copied to clipboard
Trailing slash in openHAB URL leads to error
When selecting "openHAB" as command endpoint in WAS and setting the openHAB URL to "https://
`I (05:27:42.682) WILLOW/OPENHAB: sending 'Light on the bathroom.' to openHAB REST API on 'https://example.org:8443//rest/voice/interpreters'
I (05:27:43.198) WILLOW/HTTP: HTTP status='405' content_length='618' `
which will lead to an error "POST is not supported by this URL...". When i remove the trailing slash, the call will succeed.
Don't know, if this is more an openHAB or a Willow issue, but i think the double slash should be handled anywhere...