Skip to content

Add X-Forwarded-Proto HTTP header to zuul proxy requests#515

Closed
MichaelF25 wants to merge 1 commit into
spring-cloud:masterfrom
CPGFinanceSystems:master
Closed

Add X-Forwarded-Proto HTTP header to zuul proxy requests#515
MichaelF25 wants to merge 1 commit into
spring-cloud:masterfrom
CPGFinanceSystems:master

Conversation

@MichaelF25
Copy link
Copy Markdown

If the zuul reverse proxy and the destination services are using a different scheme
(for example HTTPS on proxy side and HTTP on service side) an additional HTTP
header is required according to RFC7239 [http://tools.ietf.org/html/rfc7239]

This PR fixes #514

If the zuul reverse proxy and the destination services are using a different scheme
(for example HTTPS on proxy side and HTTP on service side) an additional HTTP
header is required according to RFC7239 [http://tools.ietf.org/html/rfc7239]
spencergibb added a commit that referenced this pull request Sep 8, 2015
* CPGFinanceSystems-master:
  Add X-Forwarded-Proto HTTP header to zuul proxy requests
@spencergibb
Copy link
Copy Markdown
Member

closed via bea48c5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

X-Forwarded-Proto is missing in zuul client requests

2 participants