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

Kirby

Well-known member
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?
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.5).

Change log:
Allow fetching all server globals using `\XF\Http\Request::getServerInfo`
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom