Issue with url /myservice/special in docker

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

Resolved! The unexpected behaviour happened to be side effect of http-logger node. Removal of http-logger from palette has restored support for multi-level url :wink:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.