mirror of
https://github.com/astaxie/beego.git
synced 2025-02-16 23:27:05 +00:00
![Athurg Gooth](/assets/img/avatar_default.png)
Sometime RequestURI is not set, e.g. running after a front proxy server. We should always follow the document's directive, to use Request.URL instead of RequestURI. Refer: http://golang.org/pkg/net/http/#Request