spring-projects / spring-data-rest

Simplifies building hypermedia-driven REST web services on top of Spring Data repositories
https://spring.io/projects/spring-data-rest
Apache License 2.0
913 stars 559 forks source link

Link generation not applying forwarded headers when running behind https proxy [DATAREST-1313] #1673

Open spring-projects-issues opened 5 years ago

spring-projects-issues commented 5 years ago

Christian Fischer opened DATAREST-1313 and commented

Despite of setting several x-forwarded-proto, x-forwarded-protocol, forwarded Headers the links generated on /api (my basePath) endpoints are still prefixed with http:// - HAL Browser fails to work.

 

Verified headers through /actuator/httptrace endpoint of webapp


No further details from DATAREST-1313

spring-projects-issues commented 5 years ago

Christian Fischer commented

https://jira.spring.io/browse/DATAREST-1264