runekm
runekm
After upgrading from version 0.7.0 to 0.9.0, I started getting incomplete responses from Redbird. This happened when Redbird was proxying responses that had transfer-encoding "chunked". I haven't examined the problem...
Renewing Let's Encrypt certificates have started failing here with version 0.9.1 of Redbird. I also tried upgrading to Redbird version 0.10.0, but that didn't solve the problem. I also tried...
If I register this route: proxy.register("mydomain.com", "http://localhost:3000"); and navigate to f.ex.: http://mydomain.com///mypage//// in my browser, then http://localhost:3000/mypage/ is served from Redbird. In my app req.originalUrl will be /mypage/, so I...