Closed tbarbugli closed 6 years ago
This seems to be caused by raven.NewHttp. The host header is not included in http.Request's Header but instead it should be fetched from Host field directly.
raven.NewHttp
http.Request
Host
This seems to be caused by
raven.NewHttp
. The host header is not included inhttp.Request
's Header but instead it should be fetched fromHost
field directly.