- Affected version
- 2.3.4
\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?