Bug Can't get all request headers from XF\Http\Request

There is a bug in this version
K

Kirby

Guest
\XF\Http\Request allows to get all input (via getInput() and all cookies (via getCookies()) but not all request headers as getServer() only allows to get one known header at a time.

Could this somehow be changed so we can get all request headers?

Continue reading...