Skip to content

Conversation

@wiiitek
Copy link

@wiiitek wiiitek commented May 4, 2022

Automated tests to fix #1645 for Springdoc version 1.x.

@wiiitek wiiitek changed the title [1645] Support for Webflux springdoc behind a proxy Support for Webflux springdoc behind a proxy May 4, 2022
@wiiitek wiiitek changed the title Support for Webflux springdoc behind a proxy Support for Webflux springdoc behind a proxy v1.x May 4, 2022
@bnasslahsen bnasslahsen merged commit e78a110 into springdoc:master May 5, 2022
@bnasslahsen
Copy link
Collaborator

@wiiitek,

Thank you for investing so much time on your analysis and tests.
For weblfux, you are missing this bean.

	@Bean
	ForwardedHeaderTransformer forwardedHeaderTransformer() {
		return new ForwardedHeaderTransformer();
	}

Don't hesitate to let us know if it solves your issue.

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.

Webflux UI Behind the Proxy

2 participants