Problem/Motivation
ResourceTestBase uses httpClient but it is defined in EntityResourceTestBase
The xdebug header is not forwarded, which makes debugging extremely painful.
Proposed resolution
This fixes both things, but it is a bit ugly. I would prefer to use a proper cookie jar instead of setting the header ourself, but this is already used for authentication.