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
ALiwoto opened this issue
Apr 14, 2022
· 0 comments
Assignees
Labels
part/apieverything related to api parts (such as http handlers, gin warnings or errors, etc etc)prio/lowpull requests or issues with low prioritysize/tinyissues/pull requests or features that need very tiny amount of changes to the code base
when debug variable in config file is set to true, gin prints these lines:
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :5101
part/apieverything related to api parts (such as http handlers, gin warnings or errors, etc etc)prio/lowpull requests or issues with low prioritysize/tinyissues/pull requests or features that need very tiny amount of changes to the code base
when
debug
variable in config file is set totrue
, gin prints these lines:the link is pointing to https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies, this issue needs more investigation.
The text was updated successfully, but these errors were encountered: