You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like redbird can not proxy requests with upper cases.
I have old clients trying to get to Support.example.com.
I tried to: proxy.register("Support.example.com", "http://localhost:1234");
but redbird ignore the uppercase, so I always get:
"msg":"no valid route found for given source"
The text was updated successfully, but these errors were encountered:
* 'master' of https://github.com/OptimalBits/redbird: (25 commits)
0.5.3
re-fixedOptimalBits#58
0.5.2
fix for OptimalBits#58
0.5.1
fixedOptimalBits#57
0.5.0
Oops, it's just HTTP request/response, not Express
Update etcd-backend.js
Added anchor links, which seems to have been half-set-up already
update README for notFound
Give notFound both req and res as params
Add notFound function to set respondNotFound callback (OptimalBits#44)
refactored should redirect to https
refactored proxy error handler
removed incorrect files
removed incorrect files
0.4.15
upgraded several dependencies
fixedOptimalBits#49
...
Hi there
It looks like redbird can not proxy requests with upper cases.
I have old clients trying to get to Support.example.com.
I tried to:
proxy.register("Support.example.com", "http://localhost:1234");
but redbird ignore the uppercase, so I always get:
The text was updated successfully, but these errors were encountered: