mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-10 21:52:01 +02:00
@@ -108,6 +108,8 @@ func namespaceFromRequest(req *http.Request) (string, error) {
|
|||||||
host, _, _ = net.SplitHostPort(req.Host)
|
host, _, _ = net.SplitHostPort(req.Host)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.Infof("Host is %v", host)
|
||||||
|
|
||||||
// check for an ip address
|
// check for an ip address
|
||||||
if net.ParseIP(host) != nil {
|
if net.ParseIP(host) != nil {
|
||||||
return auth.DefaultNamespace, nil
|
return auth.DefaultNamespace, nil
|
||||||
|
Reference in New Issue
Block a user