Case
- NR in docker
- http request node for GET localhost:1880/myservice/special
Observation
- very nasty error "non-escaped characters in input"
- I have workaround by escaping the second slash as in /myservice%E2%80%8B%2Fspecial
But it feels like a strange lack of support for standard Node-Red image in Docker
