Skip to content

Commit

Permalink
Added X-Forwarded-Host header
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Omanovic committed Jun 21, 2016
1 parent 87f66fb commit 5b58477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composition/fetch_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ var ForwardRequestHeaders = []string{
"If-Unmodified-Since",
"Pragma",
"Referer",
"Transfer-Encoding"}
"Transfer-Encoding",
"X-Forwarded-Host"}

// ForwardResponseHeaders are those headers,
// which are incuded from the servers backend response to the client.
Expand Down

0 comments on commit 5b58477

Please sign in to comment.