UNCLASSIFIED - NO CUI

Skip to content

add host header to requests going to backend

Mark Howard requested to merge backend_host_header into master

Requests to the backend weren't getting proper host headers, causing issues with the pagination urls. This forwards the proper header to the backend.

Merge request reports