Skip to content

Support for Webflux springdoc behind a proxy v1.x #1646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 5, 2022
Merged

Support for Webflux springdoc behind a proxy v1.x #1646

merged 6 commits into from
May 5, 2022

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