Skip to content
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

How to configure org.restlet.Server to add ForwardedRequestCustomizer to the Jetty server? #1391

Open
KevinDyer-3DS opened this issue Dec 17, 2021 · 0 comments

Comments

@KevinDyer-3DS
Copy link

I'm working on a configuration of restlet where the instance is running behind a load balancer. The load balancer is connecting to the restlet server via HTTP but the client is connecting to the LB via HTTPS. The LB is sending down the normal X-Forwarded-XXX (port, proto, host, servername, for) as new HTTP headers. Currently when the restlet server is using request.sendRedirect the location header is being written by the contain as http://localServerName:localPort/

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

No branches or pull requests

2 participants